Part Number: TDA4VM
Hello,
I still have ethernet problems with the GESI expansion. I use the Native Linux Driver, and I get four interfaces in Linux, eth1-eth5.
On boot, the connected interface gets an IP address from the DHCP server, but I can't ping.
When I run the MAC loopback test it shows this:
root@j7-evm:~# ./mac_test.sh======= eth1 stats ======= p0_rx_good_frames: 130 p0_tx_good_frames: 105 rx_good_frames: 117 tx_good_frames: 130**************************Setting CPSW in Loopback**************************/dev/mem opened.Memory mapped at address 0xffffac3dc000.Read at address 0x0C022330 (0xffffac3dc330): 0x000000B9Write at address 0x0C022330 (0xffffac3dc330): 0x000000BB, readback 0x000000BB/dev/mem opened.Memory mapped at address 0xffffba366000.Read at address 0x0C022330 (0xffffba366330): 0x000000BB
Running Ping ...PING 192.168.0.1 (192.168.0.1): 56 data bytes
--- 192.168.0.1 ping statistics ---5 packets transmitted, 0 packets received, 100% packet loss
======= eth1 stats ======= p0_rx_good_frames: 141 p0_tx_good_frames: 105 rx_good_frames: 128 tx_good_frames: 141**************************Removing CPSW Loopback**************************/dev/mem opened.Memory mapped at address 0xffffb88ed000.Read at address 0x0C022330 (0xffffb88ed330): 0x000000BBWrite at address 0x0C022330 (0xffffb88ed330): 0x000000B9, readback 0x000000B9root@j7-evm:~# [ 316.469802] EXT4-fs (mmcblk1p2): error count since last fsck: 1
Packet loss is 100%, but the number of good frames has increased.
What does this mean? What is the next step in my debugging?