Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
yaoxiaojun
Posts: 16
Registered: ‎05-13-2012
0

Re: The eth can't work on ZC702.

I've checked the sclr on u-boot between 14.1-lease and mine.

The GEM0_CLK_CTRL(0xF8000140) has different value.

14.1-lease: 0x500801
mine: 0x100801

I've rewrite the GEM0_CLK_CTRL to 0x500801.

problem is still there.
Visitor
yaoxiaojun
Posts: 16
Registered: ‎05-13-2012
0

Re: The eth can't work on ZC702.

Hi

Visitor
yaoxiaojun
Posts: 16
Registered: ‎05-13-2012
0

Re: The eth can't work on ZC702.

The bug is fixed.

 

I have checked the print info between 14.1-release and mine.

 

MINE

GEM: phydev d79d2000, phydev->phy_id 0x0, phydev->addr 0x7
eth0, phy_addr 0x7, phy_id 0x00000000
eth0, attach [Generic PHY] phy driver
14.1-release
GEM: phydev d7a56000, phydev->phy_id 0x1410e40, phydev->addr 0x7
eth0, phy_addr 0x7, phy_id 0x01410e40
eth0, attach [Marvell 88E1116R] phy driver

 

Then I 've checked Zynq PS MIO Config page on XPS.

 

I enable the eth0 but not enable MDIO.

 

I'have enable MDIO to MIO52..53.

 

Regenerated boot.bin is OK.

 

Thanks for all of your help!