Hi,
Can provide me suggestion regarding the error i am facing while booting the Linux Kernel
I have compiled the Linux kernel according to the steps given in the start up guide of OMAP l137
But while bootup it gives me the following error " Wrong Image format for bootm command ERROR: can't get kernel image! "
& Uboot environment is set according to given command
setenv nfshost 192.168.1.55
setenv rootpath /home/filesys
setenv serverip 192.168.1.55
setenv bootfile uImage
setenv bootcmd 'set ipaddr 192.168.1.4;tftp 0xc0700000 uImage;bootm'
setenv bootargs console=ttyS0,115200n8 noinitrd rw ip=192.168.1.4:192.168.1.1:192.168.1.1:255.255.255.0::eth0: root=/dev/nfs nfsroot=${nfshost}:${rootpath},nolock mem=32M
Can any provide the explanation why the above error is occurring.
Regards
Jitendra