Dear all,
U-Boot > printenv
bootdelay=3
baudrate=115200
bootfile="uImage"
ethaddr=00:08:EE:03:DD:12
ipaddr=192.168.1.1
netmask=255.255.255.0
serverip=192.168.1.2
nfshost=192.168.1.2
rootpath=/home/nissim/Projects/TI_AM1808/workdir/filesys
bootcmd=tftp;bootm
bootargs=console=ttyS0,115200n8 noinitrd rw ip=192.168.1.2 root=/dev/nfs nfsroot=192.168.1.2:/home/nissim/Projects/TI_AM1808/workdir/filesys,nolock mem=32M
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.11 (Mar 25 2010 - 14:39:42)
Environment size: 471/65532 bytes
Print loading kernel:
U-Boot > boot
Using device
TFTP from server 192.168.1.2; our IP address is 192.168.1.1
Filename 'uImage'.
Load address: 0xc0700000
Loading: #################################################################
#################################################################
##############
done
Bytes transferred = 2113744 (2040d0 hex)
## Booting kernel from Legacy Image at c0700000 ...
Image Name: Linux-2.6.33-rc4
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2113680 Bytes = 2 MB
Load Address: c0008000
Entry Point: c0008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel. ==> here it stucks.