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.

Issues booting DM355EVM with custom kernel

Hello, everyone.

I've built my own kernel with purpose to enable usb-gadget mode.

Next step was to load it via tftp.

dm355>tftp 0x80700000 myImage

Next i've tried to boot from memory

dm355>bootm

Board returns such error:

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

Any ideas?

Thanks.