This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM6446 tftp Ethernet issue

Hi,

On our custom DM6446 processor board, The TFTP kernel load showing odd behaviour. The command is randomly getting success after multiple re-boots.

the log is as shown below.

 
 
U-Boot >tftp 0x80700000 uImage_r37_NAND2
TFTP from server 201.123.80.154; our IP address is 201.123.80.239
Filename 'uImage_r37_NAND2'.
Load address: 0x80700000
Loading: *#################################################################
     ###################T T T T T T T  
 

re-booted.
 
U-Boot >tftp 0x80700000 uImage_r37_NAND2
TFTP from server 201.123.80.154; our IP address is 201.123.80.239
Filename 'uImage_r37_NAND2'.
Load address: 0x80700000
Loading: *T T T T T T T T T T T T T T  
 

rebooted.
 
U-Boot > tftp 0x80700000 uImage_r37_NAND2
TFTP from server 201.123.80.154; our IP address is 201.123.80.239
Filename 'uImage_r37_NAND2'.
Load address: 0x80700000
Loading: *#################################################################
     ############T #####################################################
     ###
done
Bytes transferred = 1942584 (1da438 hex)
 

re-booted.
 
U-Boot > tftp 0x80700000 uImage_r37_NAND2
TFTP from server 201.123.80.154; our IP address is 201.123.80.239
Filename 'uImage_r37_NAND2'.
Load address: 0x80700000
Loading: *#################################################################
     #################################################################
     ###
done
Bytes transferred = 1942584 (1da438 hex)

The NFS connection is also some time successfull and some time failure.


where may be the problem?

Thanks,

Satish.