Developer Manual/I2C: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=== Introduction === SMBUS and I2C are closely related buses. The SPD (Serial Presence Detect) of the DIMM's are I2C devices that need to be read during RAM initialisation. For...") |
No edit summary |
||
Line 3: | Line 3: | ||
SMBUS and I2C are closely related buses. The SPD (Serial Presence Detect) of the DIMM's are I2C devices that need to be read during RAM initialisation. | SMBUS and I2C are closely related buses. The SPD (Serial Presence Detect) of the DIMM's are I2C devices that need to be read during RAM initialisation. | ||
For | For characterizing I2C on a unsupported motherboard I used the following tools: | ||
* sensors-detect (lm-sensors) | * sensors-detect (lm-sensors) |
Revision as of 19:39, 1 April 2011
Introduction
SMBUS and I2C are closely related buses. The SPD (Serial Presence Detect) of the DIMM's are I2C devices that need to be read during RAM initialisation.
For characterizing I2C on a unsupported motherboard I used the following tools:
- sensors-detect (lm-sensors)
- i2cdetect
- i2cdump
Using this tools on a normal bios on the motherboard its easy to identify the appropriate address for the SPD data.