decode-dimms (1)
Leading comments
decode-dimms.1 - manpage for the i2c-tools/decode-dimms utility Copyright (C) 2013 Jaromir Capik This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR...
NAME
decode-dimms - decode the information found in memory module SPD EEPROMsSYNOPSIS
decode-dimms [-c] [-f [-b]] [-x|-X file [files..]]decode-dimms -h
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 either the eeprom kernel module or the at24 kernel module to be loaded.
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