how to read eeprom info on tx2(use pm-i2c)?
oh,userspace…
Please run
sudo i2cdump -y 7 0x50
Thanks for replying: and, how to write data, using programming
Thanks for replying: and, how to write data, using programming
Please try with
sudo i2cset -y 7 0x50 <register> <value>
Please also note that you need to follow the guide of eeprom document. Otherwise, you may not able to flash your board anymore or may lose ethernet/wifi mac address.
I want to ask: How to use the programming method (c, c++) to read and write EEPROM? It’s a good idea to provide some sample code. Thank you
You may need some i2c library for c/c++. We don’t have such tools.