Hello,
I try to boot my starter kit from tftp.
bootcmd = 'tftp 0xc0700000 uImage; tftp 0xc1180000 ramdisk;bootm 0xc0700000'
First tftp command became success but after executing the second tftp command, i see a message like :'Retry count exceeded, try again'.
Also i think there is some problem about my environmental variables. Can you please send me a list of environmental variables to make a successful tftp boot and sd/mmc boot(card that comes with starter kit)
Thanks for all!