Tool/software: Linux
We are using AM572X IDK board and our SDK is :ti-processor-sdk-linux-am57xx-evm-04.01.00.06
I want to use both eth0 and eth1.But it seems that I can only use one of them at the same time.
When the board had boot up,I use "ping www.baidu.com -I eth0",and it is ok.If I use "ping www.baidu.com -I eth1",it will ping failed!
root@am57xx-evm:~# ifconfig
eth0 Link encap:Ethernet HWaddr A0:F6:FD:B1:DB:10
inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a2f6:fdff:feb1:db10%763860/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:405 errors:0 dropped:0 overruns:0 frame:0
TX packets:449 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:51711 (50.4 KiB) TX bytes:50978 (49.7 KiB)
Interrupt:93
eth1 Link encap:Ethernet HWaddr A0:F6:FD:B1:DB:11
inet addr:192.168.22.26 Bcast:192.168.22.255 Mask:255.255.255.0
inet6 addr: fe80::a2f6:fdff:feb1:db11%763860/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1199 errors:0 dropped:0 overruns:0 frame:0
TX packets:134 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:112210 (109.5 KiB) TX bytes:20226 (19.7 KiB)
root@am57xx-evm:~# ping www.baidu.com -I eth0 PING www.baidu.com (180.97.33.107): 56 data bytes 64 bytes from 180.97.33.107: seq=0 ttl=54 time=46.181 ms 64 bytes from 180.97.33.107: seq=1 ttl=54 time=12.285 ms 64 bytes from 180.97.33.107: seq=2 ttl=54 time=16.306 ms ^C --- www.baidu.com ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 12.285/24.924/46.181 ms
root@am57xx-evm:~# ping www.baidu.com -I eth1
PING www.baidu.com (180.97.33.108): 56 data bytes





