Having followed the instructions in section A.5 of the getting started guide (extracting dm355_flash_image.....tar to /tmp/filesys and setting bootargs to 'console=ttys0,115200n8 noinitrd ip=dhcp root=/dev/nfs rw nfsroot=192.168.124.130:/tmp/filesys,nolock mem=116M') I am still not booting. Below is as far as the console shows:
DM355 EVM # boot
Loading from NAND 1GiB 3,3V 8-bit, offset 0x400000
Image Name: Linux-2.6.10_mvl401
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1585252 Bytes = 1.5 MB
Load Address: 80008000
Entry Point: 80008000
## Booting image at 80700000 ...
Image Name: Linux-2.6.10_mvl401
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1585252 Bytes = 1.5 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux.............................................................
............................................. done, booting thek
I know the IP addresses are correct, and I can mount the NFS share on the host linux machine; I can also see NFS traffic by running a tcpdump on the host linux machine, yet it hangs.
My current suspicion is that there are files missing in my dm355_flash_image_1_30_00_23.tar file - is there a location I can download this from, or possibly could someone gzip up the root of a fresh dev board for me?
Cheers