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.