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 Expert,
I am a newbie for Ethernet RGMII protocol. Currently using custom board of AM2434 controller. I want to establish RGMII interface with PHY IC(microchip KSZ9031RNX). I don't know which register i have to link with PHY.
I also have AM5749 EVM kit, in that same PHY IC is used. But unable to get the flow.
Please guide me to link AM2434 with PHY IC.
--
Thanks & Regards,
Divyesh Patel
Hi Divyesh Patel
The ticket is assigned to expert. Will get back to you soon on this.
Regards
Sri Vidya
Hi Divyesh,
Please refer to below SDK user guide documents to add support for new PHY.
AM243x MCU+ SDK: Ethernet PHY Link Configuration
AM243x MCU+ SDK: Ethernet PHY Integration Guide
AM243x MCU+ SDK: Ethernet PHY Integration Guide
Regards,
Prasad
Hi Prasad,
Thank you for your guidance.
I will go through it and get back to you.
--
Thanks & Regards,
Divyesh Patel
Hi Prasad,
I have created myphy.c and myphy.h files, but i have few query.
Waiting for your feedback.
--
Thanks & Regards,
Divyesh Patel
Hi Divyesh,
No significant difference. myphy.h is PHY interface header file which application should include while using the PHY.
_priv is driver internal file and not available for application to include it.
It's not mandatory to create separate files.
Regards,
Prasad