logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

decode-dimms - decode the information found in memory module SPD EEPROMs

Authors

       Philip Edelbrock, Christian Zuckschwerdt, Burkart Lingner, Jean Delvare

i2c-tools                                           Nov 2017                                     decode-dimms(1)

Bugs

       To report bugs or send fixes, please write to the Linux I2C mailing list <linux-i2c@vger.kernel.org> with
       Cc to the current maintainer: Jean Delvare <jdelvare@suse.de>.

Description

       The  purpose  of  the  decode-dimms tool is to decode the information found in memory module SPD EEPROMs.
       The SPD data is read either from the running system or dump files.  In the former case, the tool requires
       a kernel module to be loaded: eeprom, at24 or ee1004 (for DDR4 SDRAM.)

Name

       decode-dimms - decode the information found in memory module SPD EEPROMs

Parameters

-f,--format
              Print nice html output

       -b,--bodyonly
              Don't print html header (useful for postprocessing the output)

       --side-by-side
              Display all DIMMs side-by-side if possible

       --merge-cells
              Merge neighbour cells with identical values (side-by-side output only, default)

       --no-merge-cells
              Don't merge neighbour cells with identical values (side-by-side output only)

       -c,--checksum
              Decode completely even if checksum fails

       -x     Read data from hexdump files

       -X     Same as -x except treat multibyte hex data as little endian

       -h,--help
              Display the usage summary

See Also

decode-vaio(1)

Synopsis

decode-dimms [-c] [-f [-b]] [-x|-X file [files..]]
       decode-dimms -h

See Also