IUIO-4031 I2C EEPROM

From ESS-WIKI
Revision as of 03:20, 20 December 2024 by Xingxing.li (talk | contribs) (Created page with " === '''UIO-4031 has one I2C EEPROM. It is write protected by default.''' === Test command for reading ID written in factory: <pre># EEPROM="/sys/bus/i2c/devices/2-0050/eepro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

UIO-4031 has one I2C EEPROM. It is write protected by default.

Test command for reading ID written in factory:

# EEPROM="/sys/bus/i2c/devices/2-0050/eeprom"
# dd if=$EEPROM bs=1 count=4 2> /dev/null | hexdump -e '16/1 "%02x " "\n"'
04 00 03 01 

Note:

DO NOT write the first block used for storing product information.