Hi,
i'm using AM335x MPU,
can i access my ethernet PHY in U-boot ?
where the "mii" comand U-boot ?
Thanks in advance
Keldy
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.
Keldy
You can access phy registers with mii command in u-boot.
with regards
Mugunthan V N
Hi,
now i can read and write register of Micrel Ethernet PHY in u-boot. But still cant use ethernet.
read and write process for register of PHY is consider using RGMII interface? or just using the MDIO and MDC lines?
Thanks & Regards
Keldy
Hi,
acces to PHY registers are made only by using MDC MDIO lines.
RGMII lines are used for Ethernet trafic.
Regards