Hi all,
I am using OMAPL137evm board. I have flashed uboot and loaded uImage through tftp and hangs at Uncompressing Linux.......
The log is as shown below ....
U-Boot > boot
Using device
TFTP from server 192.168.1.46; our IP address is 192.168.1.51
Filename 'uImage'.
Load address: 0xc0700000
Loading: ##############################
#################################################################
#################################################################
#################################################################
#################################################################
############################
done
Bytes transferred = 1804312 (1b8818 hex)
## Booting kernel from Legacy Image at c0700000 ...
Image Name: Linux-2.6.18_pro500-da830_omapl1
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1804248 Bytes = 1.7 MB
Load Address: c0008000
Entry Point: c0008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux............................................................................................
U-Boot > pr
baudrate=115200
ethaddr=00:0e:99:02:f7:c0
nfshost=192.168.1.50
rootpath=/tftpboot
netmask=255.255.255.0
dnsip=125.22.47.125
dnsip2=202.56.250.5
ipaddr=192.168.1.51
bootfile=uImage
bootcmd=tftp 0xc0700000;bootm
bootargs=console=ttyS0,115200n8 noinitrd rw ip=192.168.1.51 root=/dev/nfs nfsroot=$(nfshost):$(rootpath),nolock mem=32M root2
bootdelay=10
gateway=192.168.1.0
serverip=192.168.1.46
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.11 (Nov 09 2010 - 18:49:23)
Environment size: 487/16380 bytes
I have created rootfs.jffs2 using command
mkfs.jffs2 -r fs -e 32 --no-cleanmarkers -o rootfs.jffs2
please can any one tell me what i am missing .. . ...
Thanks in advance