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.

booting problem in dm355



Hi all

This is tamil.i am new to embedded linux and also new to this forum.i am  working with dm355 board.i am using nfs file system to mount.i am using tftp server to boot kernel Image.i followed the steps in dm355 getting started guide.when i boot the linux i got problem

environment variables are

DM355 Cromis # printenv
bootdelay=3
baudrate=115200
bocmd dhcp;bootm
dnsip=192.168.1.1
filesize=18182c
gatewayip=192.168.1.1
netmask=255.255.255.0
fileaddr=80700000
ethaddr=00:0C:0C:A0:00:C2
ipaddr=dhcp
bootfile=uImage
bootcmd=dhcp;bootm
bootargs=console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=192.16
8.1.4:/home/venmsol/workdir/filesys,nolock mem=120M
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.2.0 (Aug  7 2008 - 14:50:42)Cromis-U-1.0.3
serverip=192.168.1.3

then when i boot i got this problem

DM355 Cromis # boot
Found DM9000 ID:90000a46 at address 4000000 !
DM9000 work in 16 bus width
[eth_init]MAC:0:11:22:33:44:55:
BOOTP broadcast 1
BOOTP broadcast 2
DHCP client bound to address 192.168.1.7
TFTP from server 192.168.1.3; our IP address is 192.168.1.7
Filename 'uImage'.
Load address: 0x80700000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################
done
Bytes transferred = 1579072 (181840 hex)
## Booting image at 80700000 ...
   Image Name:   Linux-2.6.10_mvl401
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1579008 Bytes =  1.5 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
OK

Starting kernel ...

hereafter i could not find anything

 

Can anyone help me with this problem?

 

thanks and regards

tamil.m