This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
You can use the eeprom command in u-boot:
U-Boot# eeprom
eeprom - EEPROM sub-system
Usage:
eeprom read devaddr addr off cnt
eeprom write devaddr addr off cnt
- read/write `cnt' bytes from `devaddr` EEPROM at offset `off'
You can also use the i2c commands to read the board ID memory (eeprom).
Best Regards,
Yordan