We use the am335x connect a Gb switch RGMII mode.
How to configure the emac to rgmii mode??
And we want to driver a mdio driver to control this switch, how to development the driver??
PC
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
If you want to develop your own driver for ethernet, you can refer StarterWare for AM335x (version 02_00_00_xx), which is a non-OS package. Ethernet is demonstrated with lwIP stack. You can find the related documents and download link here
Cheers,
Sujith.
PC,
Chiming in from a hardware perspective, it is important to note that whichever switch you use must implement a PHY interface on the port you plan on connecting to our MAC. The AM335x does not support MAC to MAC connections.