i have been trying to get information about Rasperry pi 4 memory geometry and reading Service Presence Detect using decode-dimms command.
Running decode-dimms command, that gives me an error : No EEPROM found, try loading the eeprom or at24 module.
Identifying the right I2C bus, first i enabled the i2c on rasperry pi and then run the command :
Code: Select all
sudo i2cdetect -l
Code: Select all
i2c-1 i2c bcm2835 I2C adapter I2C adapter.
Code: Select all
sudo i2cdetect -y 1
Code: Select all
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
Thank you.