Hi,
I have an issue with uboot. When I run netboot, I get the following message: "Retry count exceeded; starting again". Below is a snippet from the console. As we can see the transfer starts but then the message appears.
We can observe that the file is being transferred, but then the message appears. I have a machine connected to a router and the Mini-ITX board connected to the router. The router is connected at 100Mps for both devices (it is an older router). The environment variables of uboot is set to the default, with the exception of the serverip to match that of my machine.
"
U-Boot-PetaLinux> run netboot
Gem.e000b000:0 is connected to Gem.e000b000. Reconnecting to Gem.e000b000
Gem.e000b000 Waiting for PHY auto negotiation to complete.... done
Using Gem.e000b000 device
TFTP from server 192.168.0.120; our IP address is 192.168.0.133
Filename 'image.ub'.
Load address: 0x1000000
Loading: T ###########################T ######T ########################T ######T ####################T ##########T ##########################T ##########
t
t ##################################################################################################################################
t
t ###############T ######T ####################
Retry count exceeded; starting again"
Can anyone shine some light on this issue?
Thanks.