Difference between revisions of "UIO-4036"
From ESS-WIKI
Jems.cheng (talk | contribs) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 43: | Line 43: | ||
= RSB-3720 = | = RSB-3720 = | ||
+ | |||
+ | [[File:RSB--3720 UIO-4036.png]] | ||
'''LAN 0''' | '''LAN 0''' | ||
Line 86: | Line 88: | ||
= RSB-3710 = | = RSB-3710 = | ||
− | <headertabs></headertabs> | + | '''LAN 0''' |
+ | |||
+ | [[File:UIO-4036 RSB-3710 ethernet.PNG|RTENOTITLE]] | ||
+ | |||
+ | '''LAN 1''' | ||
+ | |||
+ | [[File:UIO-4036 RSB-3710 ethernet.PNG|RTENOTITLE]] | ||
+ | |||
+ | '''LAN 2 ''' | ||
+ | |||
+ | [[File:UIO-4036 RSB-3710 ethernet.PNG|RTENOTITLE]] | ||
+ | |||
+ | '''LAN 3''' | ||
+ | |||
+ | [[File:UIO-4036 RSB-3710 ethernet.PNG|RTENOTITLE]] | ||
+ | |||
+ | | ||
+ | |||
+ | = RSB-3810 = | ||
+ | |||
+ | '''(Note: Please contact Advantech to get the kernel packages for enabling the UIO-4036 Ethernet switch in Ubuntu version)''' | ||
+ | |||
+ | [https://ess-wiki.advantech.com.tw/view/UIO-4036_hardware_enabled: UIO-4036_hardware_enabled:] | ||
+ | |||
+ | {| border="1" cellpadding="1" cellspacing="1" | ||
+ | |- | ||
+ | | 1 | ||
+ | | LAN Switch | ||
+ | | # ifconfig<br/> # ping 8.8.8.8 | ||
+ | |- | ||
+ | | 2 | ||
+ | | EEPROM | ||
+ | | # echo -n $'\x06\x05\x04\x03\x02\x01' > /data/test1<br/> # dd if=/data/test1 of=/sys/bus/i2c/devices/3-0050/eeprom<br/> # dd if=/sys/bus/i2c/devices/3-0050/eeprom of=/data/test2 conv=fsync | ||
+ | |} | ||
+ | |||
+ | === <headertabs></headertabs> === |
Latest revision as of 02:12, 17 December 2024
[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 |