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.

Bad Magic Number



Hello everyone

I have been recieving this error when I try to boot the board in the SPI configuration.

DaVinci EVM # bootm
## Booting image at 80700000 ...
Bad Magic Number

This is the output of the printenv command

DaVinci EVM # printenv

bootdelay=3
baudrate=115200
bootargs_nfs=console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=19
2.168.0.71:/home/user/workdir/filesys,nolock mem=120M video=dm64xxfb:output=pal
bootargs_hdd=console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/hda1 nolock me
m=120M video=dm64xxfb:output=pal
rootpath=/home/user/workdir/filesys
nfshost=192.168.0.78
autostart=yes
bootfile=uImage
bootm=tftp;bootm
bootcmd=tftp
bootargs=console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=192.16
8.0.78:/home/ceslab/workdir/filesys,nolock mem=120M video=dm64xxfb:output=pal st
din=serial
stdin=serial
stdout=serial
stderr=serial
ethaddr=00:0e:99:02:53:2a
videostd=pal
ipaddr=192.168.0.222
serverip=192.168.0.78

Environment size: 722/131068 bytes

Help me ,please.Thank you.