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.

AM3358: Loading kernel from UART

Part Number: AM3358

Hello,

I tried to load the kernel using ymodem protocol and the download is successful , but i m getting "Wrong image format " error when i run bootm command.

here is a log

U-Boot# loady
## Ready for binary (ymodem) download to 0x80200000 at 115200 bps...            

                              
CModem - CRC mode, 33679(SOH)/0(STX)/0(CAN) packets, 3 retries
## Total Size      = 0x0041c660 = 4310624 Bytes


U-Boot# bootm 0x80200000


Wrong Image Format for bootm command
ERROR: can't get kernel image!

am i missing something ?

Thanks