LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

decode-dimms

decode and display RAM SPD EEPROM information

TLDR

Display DIMM information
$ decode-dimms
copy
Display DIMMs side-by-side for comparison
$ decode-dimms --side-by-side
copy
Decode even if checksum fails
$ decode-dimms -c
copy
Read from hexdump files instead of live system
$ decode-dimms -x
copy
Display help
$ decode-dimms -h
copy

SYNOPSIS

decode-dimms [options]

DESCRIPTION

decode-dimms decodes and displays information stored in the SPD (Serial Presence Detect) EEPROM of RAM modules. This includes memory type, speed, manufacturer, size, and timing information.Useful for identifying installed memory specifications and verifying RAM compatibility.

PARAMETERS

-h, --help

Display usage summary.
-c, --checksum
Decode completely even if checksum fails.
-f, --format
Print output in HTML format.
-b, --bodyonly
Don't print HTML header (useful for postprocessing).
--side-by-side
Display all DIMMs side-by-side if possible.
-x
Read data from hexdump files instead of the running system.
-X
Same as -x but treat multibyte hex data as little endian.

INSTALL

sudo apt install i2c-tools
copy
sudo dnf install i2c-tools
copy
sudo pacman -S i2c-tools
copy
sudo apk add i2c-tools
copy
sudo zypper install i2c-tools
copy
brew install i2c-tools
copy
nix profile install nixpkgs#i2c-tools
copy

CAVEATS

Requires the eeprom, at24, or ee1004 (for DDR4) kernel module loaded. May need i2c kernel modules. Requires root privileges or proper permissions on i2c devices. Part of the i2c-tools package.

SEE ALSO

dmidecode(8), lshw(1), free(1), i2cdetect(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid