EEPROM
Power adapter, Nano main unit, and i2c tools installed.
1 min read · English documentationEEPROM Information Read Test
Test Equipment
Power adapter, Nano main unit, and i2c-tools installed.
Test Objective
Test the functionality of the EEPROM-related circuitry.
Test Procedure
- Check the I2C buses detected by the system:
i2cdetect –l

- Check the devices connected to I2C bus 2:
i2cdetect –r –y 0

- Check the devices connected to I2C bus 0:
i2cdetect –r –y 1

- Read the I2C register values:
i2cdump –f –y 0 0x50

Warning
Do not write data arbitrarily. Doing so may disable the core module and prevent the system from starting normally.
