11-25-2020 03:45 AM
Virtex 5 Part Number: 5vfx200tff1738
Ethernet Module: Marvell 88E1512 in SGMII Mode
This is customized board, in EDK we are interfacing xps_ll_temac v2.03a by using V5 Hard mac
we are not getting any LINk
Phy address is 1 and we are cross verified hardware and EDK
and also we have read PHY registers but we got wrong ID code
please give me suggestions to get the link and ping the Ethernet
Thanks & regards
11-25-2020 05:01 AM
Hi @akarshana ,
Are you using LWIP to verify the link?
What is the console print? Do you know where you are stuck at?
11-25-2020 05:10 AM
I am using LWIP only
console print i got phy link is not detected
thanks & Regards
11-25-2020 05:13 AM
Hi @akarshana ,
Can you check if PHY has been initialized correctly in LWIP source codes?
You can also add debug points in the codes and see what it's stuck.
11-27-2020 02:20 AM