Hi,
We developed our own board based on AT91SAM9260-EK. Instead using Davicom, we are using the Phy from Micrel (KSZ8041).
When i try to tftp the kernel image, it doesn't work.
Code:
macb0: Starting autonegotiation...
macb0: Autonegotiation complete
macb0: link up, 100Mbps full-duplex (lpa: 0x45e1)
U-Boot> tftp 0x22000000 atmel
macb0: link up, 100Mbps full-duplex (lpa: 0x45e1)
Using macb0 device
TFTP from server 10.1.30.119; our IP address is 10.1.30.3
Filename 'atmel'.
Load address: 0x22000000
Loading: T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T
Retry count exceeded; starting again
I't seems the u-boot is detecting the phy correctly (macb0: link up, 100Mbps full-duplex (lpa: 0x45e1)).
Do i have to modify something in the macb.c driver?
Thanks
João / Brazil