Hello,
We are porting Micrium's OS to AM335x with the AM335x EVM.
Everything is going fine but a slight problem with the ethernet.
The RGMII port on the EVM works fine when connected to a PC supporting Gib bit ethernet port.
whereas the EVM port doesn't work(Communication failure) when connected
to a PC supporting only 100Mbps bit ethernet port.
We have ported the Ethernet driver according to the "CPSW Programming Sequence"
given in the AM335x StarterWare user guide.
We can see from the debug window that the
the Transfer mode is set to "100 Mbps mode, full duplex" with the CPSW_SL_MACCONTROL register.
Note: This problem is not there when we use the TI's SDK with the EVM.
We don't what else should we modify in our software in order make the EVM's ethernet port
work in 100 Mbps mode.
Is this a problem in the Ethernet PHY placed on the EVM?
Please let me know if there is any link where we could see the datasheet of Atheros PHY.
Regards.