I tried to boot my IPNC using NFS like described in the IPNC_User_Guide_rel2.0.0.doc point 2.3.3.2 but i only get following error msg:
DM355 IPNC # boot
Loading from NAND 32MiB 3,3V 8-bit, offset 0x400000
** Bad Magic Number 0xffffffff **
## Booting image at 80700000 ...
Bad Magic Number
checking bootsettings says me:
DM355 IPNC # printenv
bootdelay=3
baudrate=115200
bootfile="uImage"
ethaddr=00:01:02:03:04:05
filesize=7e977a
fileaddr=82000000
ipaddr=10.2.1.5
serverip=10.2.1.50
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.2.0 (Apr 21 2008 - 18:41:45) IPNC-U-1.0.2
bootcmd=nboot 0x80700000 0 0x400000;bootm
nfshost=150.100.7.240
rootpath=/home/praktikant/workdir/filesys
bootargs=console=ttyS1,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=150.1c
Environment size: 645/16380 bytes
My shared NFS works fine when using DM355EVM and the IPNC works fine when booting with default boot settings. Using "Search Community" says that Bad Magic Number mean that i have a corrupt Linux kernel, but souldn't I have the same error when using other boot method?