Re: [U-Boot-Users] TFTP timeout

Stefan Roese already recommended to enable the debug output in the 4xx ethernet driver - did you do this? What did it say?
Yes, Philippe had enabled debug output (#define INFO_4XX_ENET).
I've re-enable them with top-of-git u-boot version, trace looks like previous one.
Best regards
Olivier
Here is the trace:
[BASE6000]> tftpboot 4000000 pMulti6000 tftpboot 4000000 pMulti6000 About preceeding transfer (eth0): - Sent packet number 2890 - Received packet number 2898 - Handled packet number 2898 ENET Speed is 100 Mbps - FULL duplex connection Using ppc_4xx_eth0 device TFTP from server 10.33.17.251; our IP address is 10.33.17.162 Filename 'pMulti6000'. Load address: 0x4000000 Loading: send option "timeout 5" Got OACK: timeout 5 ################################################################# ...
#################################################################
#################################################################
################################################################# ########################################### MAL error occured.... ISR = c0100010 UIC = = 2 MAL_DEF = e0100000 MAL_ERR= e0000000 About preceeding transfer (eth0): - Sent packet number 30974 - Received packet number 31059 - Handled packet number 31059
MAL error occured.... ISR = c0100010 UIC = = 2 MAL_DEF = e0100000 MAL_ERR= e0000000 About preceeding transfer (eth0): - Sent packet number 0 - Received packet number 0 - Handled packet number 0 T T MAL error occured.... ISR = c0100010 UIC = = 2 MAL_DEF = e0100000 MAL_ERR= e0000000 About preceeding transfer (eth0): - Sent packet number 2 - Received packet number 0 - Handled packet number 0
MAL error occured.... ISR = c0100010 UIC = = 2 MAL_DEF = e0100000 MAL_ERR= e0000000 About preceeding transfer (eth0): - Sent packet number 0 - Received packet number 0 - Handled packet number 0 T MAL error occured.... ISR = c0100010 UIC = = 2 MAL_DEF = e0100000 MAL_ERR= e0000000 About preceeding transfer (eth0): - Sent packet number 1 - Received packet number 0 - Handled packet number 0 T MAL error occured.... ISR = c0100010 UIC = = 2 MAL_DEF = e0100000 MAL_ERR= e0000000 About preceeding transfer (eth0): - Sent packet number 1 - Received packet number 0 - Handled packet number 0 T

Hi Olivier,
On Wednesday 02 August 2006 17:06, Olivier Vernet wrote:
Stefan Roese already recommended to enable the debug output in the 4xx ethernet driver - did you do this? What did it say?
Yes, Philippe had enabled debug output (#define INFO_4XX_ENET).
I've re-enable them with top-of-git u-boot version, trace looks like previous one.
Thanks. Unfortunately I am quite busy so that I can't dig into this right now.
Did you try to use an "island network" setup, with you target and the server in a separated network? Or even a point-to-point connection? Does this change the behavior? (This is not the solution, just another test).
Best regards, Stefan
participants (2)
-
Olivier Vernet
-
Stefan Roese