[LS1046] RGMII initialization

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[LS1046] RGMII initialization

704 Views
linxx
Contributor I

I'm trying to run uboot in my ls1046 board. this board is developed by our colleagues. now, SGMII can work. but MAC3/MAC4 RGMII cannot work normally(seems link OK, but ping/tftp failed). 

The PHY device is RX8010 which mode select by hardware pins.

I checked the RCW[EC1] / RCW[EC2] /RCW[EM1] / RCW[EM2] and the SCFT_ECGTXCMCR configuration. Any other issue that I missed?

following cited from uboot console 

=> tftpboot 82000000 u-boot.bin
genphy_update_link mii_reg=7949
drivers/net/phy/phy.c fm1-mac2 Waiting for PHY auto negotiation to complete......... TIMEOUT !
fm1-mac2: Could not initialize
genphy_update_link mii_reg=7949
drivers/net/phy/phy.c fm1-mac3 Waiting for PHY auto negotiation to complete......... TIMEOUT !
fm1-mac3: Could not initialize
genphy_update_link mii_reg=796d
genphy_parse_link mii_reg=796d
Using fm1-mac4 device
TFTP from server 192.168.10.101; our IP address is 192.168.10.100
Filename 'u-boot.bin'.
Load address: 0x82000000
Loading: *
ARP Retry count exceeded; starting again
=> 

Labels (1)
Tags (1)
0 Kudos
0 Replies