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.

OMAP-L137 Loading Kernel Image to Starter Kit

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!