Hello there!
I'm working on a custom board (based on "14x14 EVK"), using LAN8720A for FEC0 (FEC1 disabled). In u-boot (2016.03 version), both dhcp and ping commands are working fine. But in Linux (4.1.15 version), besides PHY correctly identification, I can only see "TX bytes" on ifconfig, none for "RX bytes".
Curiously, when FEC0 isn't initialized in u-boot (for example, keeping LAN's hardware reset asserted), eth0 works fine on Linux, instantly getting a new IP from dhcp server!
So I'm kinda lost. Does anyone having this problem too?
Thanks a lot!