Dear support,
I am working on a custom AM3352 board with two ethernet ports. The physical for both is the LAN8710a connected in MII mode.
I build the Device Tree file occording to my HW configuration.
At the moment the first port is fine. I would like to test the second port but ifconfig does not show the eth1 device.
The /etc/network/interfaces is the same as in the EVM-SK.
The mdio messages are consistent, for instance when I connect the LAN on the second port I get the message:
[20086.501169] libphy: 4a101000.mdio:01 - Link is Up - 100/Full
What I have to do exactly to bring up the second ethernet port? In principle, have I to patch the cpsw.c or the second port should be already working? I read somewhere in this forum that the EVM-SK requires some kernel patch to work with the two ports.
I am using the sdk-linux-am335x-evm-01.00.00.00 with the kernel version 3.14.26.
Thank you in advance.