DM355 BOOT Starting kernel ... STOP

Dear Friends,

I have flashed the uImage and Rootfs image in Leopard DM355 board.

after booting the image it stops @Starting kernel… Here is the snapshot.

Loading from NAND 256MiB 3,3V 8-bit, offset 0x400000
Image Name: "RR Linux Kernel"
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3376616 Bytes = 3.2 MB
Load Address: 80008000
Entry Point: 80008000
## Booting image at 80700000 …
Image Name: "RR Linux Kernel"
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3376616 Bytes = 3.2 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum … OK
OK

Starting kernel …

my printenv arguments are as follows

bootdelay=3
baudrate=115200
filesize=338628
fileaddr=80700000
ipaddr=10.17.8.131
serverip=10.17.1.111
bootargs=console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0x82000000,11M mem=60M eth=02:00:10:00:00:06 ip=10.251.101.233:eth:on
bootcmd=nand read 0x82000000 0x1000000 0x1500000;nboot 0x80700000 0 0x400000;bootm 0x80700000
bootfile=uImage.root.leopard
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.2.0 (Mar 9 2009 - 22:21:30)LEOPARD-1.0.0

Environment size: 448/16380 bytes

can any body help me on this?

Regards
Kiran Thakkar

The Config part during the make process of the Kernel is missing something or
something extra drivers which r undefined r getting loaded. Plz check the step
jst before building the kernel.

make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig #change config

Thanks,
Rajiv.

Try using ttyS2 in bootargs. If you are using a recent kernel, use ttyO2.

Thank you,
Johnson