Hello-
I loaded a kernel onto DM365 IPNC-MT5 through TFTP and now it won't boot:
DM365 IPNC :>boot
NAND read: device 0 offset 0x400000, size 0xe00000
14680064 bytes read: OK
Loading from NAND 32MiB 3,3V 8-bit, offset 0x200000
Image Name: Linux-2.6.18_pro500-davinci_IPNC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1809716 Bytes = 1.7 MB
Load Address: 80008000
Entry Point: 80008000
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Linux-2.6.18_pro500-davinci_IPNC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1809716 Bytes = 1.7 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Then it just hangs there and never outputs anything else. This is supposed to be the original kernel (vendor-provided) too so I am confused as to why this is not working. These are my bootargs:
bootdelay=4
baudrate=115200
ethaddr=00:0C:0C:A0:FF:FA
filesize=DCC000
fileaddr=82000000
ipaddr=10.2.1.5
bootcmd=nand read 0x82000000 0x400000 0xe00000;nboot 0x80700000 0 0x200000;bootm
0x80700000
nfshost=172.16.4.140
rootpath=/home/research/mvfilesys
bootfile=uImage
serverip=172.16.4.140
bootargs=mem=60M console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0x82000000,13M
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.3.4 (Aug 5 2009 - 18:21:12) DM365-IPNC-0.6
Environment size: 467/16380 bytes
Any help is appreciated.