Hi Sir,

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

*This is my uEnv.txt:*

console=ttyO0,115200n8

ipaddr=192.168.27.2

serverip=192.168.27.1

absolutepath=/var/lib/tftpboot/

rootpath=/srv/nfs/bbb,nfsvers=3,tcp ip=dhcp,nolock,wsize=1024,rsize=1024 
rootwait rootdelay=5

loadtftp=echo Booting from network ...;tftpboot 0x82000000 uImage; tftpboot 
0x88000000 am335x-boneblack.dtb

netargs=setenv bootargs console=${console} root=/dev/nfs rw rootfstype=nfs 
ip=${ipaddr} nfsroot=${serverip}:${rootpath} 

uenvcmd=setenv autoload no; setenv ipaddr 192.168.27.2; setenv serverip 
192.168.27.1; run loadtftp; run netargs; *bootm 0x82000000 - 0x88000000*

After loading the uImage and dtb file and then booting the image using 
bootm command it is giving the error Wrong Image Format for bootm command

When i try to do it manually using bootm command on the uboot prompt it 
loads but when in the uEnv.txt it shows this error.

Kindly need help

Regards,

Jennifer

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/f9439b67-b8ab-43bf-aa57-44c00c95e1fcn%40googlegroups.com.

Reply via email to