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.

question about tftp

 Hi, everyone!
I encounter a problem when I set tftp,the variables I set in terminal console are follow:
SEED_DaVinci_EVM v1.0# setenv ethaddr 00:0c:29:e1:19:db
SEED_DaVinci_EVM v1.0# setenv ipaddr 192.168.0.107
SEED_DaVinci_EVM v1.0# setenv bootcmd 'tftp;bootm'
SEED_DaVinci_EVM v1.0# setenv bootargs mem=120M console=ttyS0,115200n8 root=/dev
 /hda1 rw noinitrd ip=192.168.0.107
SEED_DaVinci_EVM v1.0# setenv serverip 192.168.0.105
SEED_DaVinci_EVM v1.0# setenv bootfile /tftpboot/uImage
 
The results of boot are follow:
SEED_DaVinci_EVM v1.0# boot
TFTP from server 192.168.0.105; our IP address is 192.168.0.107
Filename '/tftpboot/uImage'.
Load address: 0x2050000
Loading: 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
How can I solve this problem?
I'm very appreciate for your suggestion! thanks