UIO-4033 I2C EEPROM

From ESS-WIKI
Jump to: navigation, search

UIO-4033& UIO-4035 both have 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"'

# #---- For UIO-4033 ----# #
04 00 03 03

# #---- For UIO-4035 ----# #
04 00 03 05 

Note:

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