Difference between revisions of "UIO-4036"
From ESS-WIKI
Jems.cheng (talk | contribs) |
Jems.cheng (talk | contribs) |
||
| Line 103: | Line 103: | ||
= RSB-3810 = | = RSB-3810 = | ||
| + | |||
| + | '''(Note: Please contact Advantech to get the kernel packages for enabling the UIO-4036 Ethernet switch)''' | ||
| + | |||
| + | [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 | ||
| + | |} | ||
| + | |||
| + | === '''UIO-4038使用方法(UIO-4038 Testing Method):'''[[https://ess-wiki.advantech.com.tw/wiki/index.php?title=RSB-3810_user_guide_Ubuntu22.04&action=edit§ion=31 edit]] === | ||
| + | |||
| + | {| border="1" cellpadding="1" cellspacing="1" | ||
| + | |- | ||
| + | | 1 | ||
| + | | LAN0(WAN) | ||
| + | | # ifconfig | ||
| + | |- | ||
| + | | 2 | ||
| + | | LAN | ||
| + | | # ping 192.168.100.1 | ||
| + | |- | ||
| + | | 3 | ||
| + | | 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> | <headertabs></headertabs> | ||
Revision as of 05:40, 1 August 2024
[edit]
(Note: Please contact Advantech to get the kernel packages for enabling the UIO-4036 Ethernet switch)
| 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 |
UIO-4038使用方法(UIO-4038 Testing Method):[edit]
| 1 | LAN0(WAN) | # ifconfig |
| 2 | LAN | # ping 192.168.100.1 |
| 3 | 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 |









