HI,
for our purpose i'm using a custom board with Sitara AM3359, and TLK110.
I'm working for porting Linux to this board, and now i'm able to boot it correctly (U-Boot). But i can't get work my ethernet, that it is connected to MAC throw MII like "Industrial Auto Motor Control EVM": so i choose to use the same configuration in pinmux and in my setup function...
am33xx_cpsw_init(AM33XX_CPSW_MODE_MII, "0:1e", "0:00");
So using ifconfig for use manual IP set up, and trying to ping my PC (also manually set), i see 100% packet lost... but on PC side i receive some packets from board (i know this because using ifconfig on PC during ping from board i see growing my packet received stats).... but running ifconfig on board instead i see all packets sent and received in loopback...
My idea (and i'm quite sure about this) is that i can't receive any packets, so the board can transmit but it can't receive anything.
What i miss? How can i test in linux if the packets are received, in which buffer (for make sure that is probably a configuration problem)?
Best Regards, Massimo Burgarella.