UIO-4036
From ESS-WIKI
[edit]
(Note: Please contact Advantech to get the kernel packages for enabling the UIO-4036 Ethernet switch in Ubuntu version)
1 | LAN Switch | # ifconfig # ping 8.8.8.8 |
2 | EEPROM | # echo -n $'\x06\x05\x04\x03\x02\x01' > /data/test1 # dd if=/data/test1 of=/sys/bus/i2c/devices/3-0050/eeprom # dd if=/sys/bus/i2c/devices/3-0050/eeprom of=/data/test2 conv=fsync |