Hi,
I am trying to boot the kernel image from NFS drive through tftpboot. I am facing the following issue...
Texas Instruments X-Loader 1.41
Starting OS Bootloader...
U-Boot 1.1.4 (Jun 5 2008 - 17:53:37)
OMAP3-GP rev 2, CPU-OPP2 L3-165MHz
OMAP3EVM 1.0 Version + mPOP (Boot NAND)
DRAM: 128 MB
NAND:256 MiB
Reading data from 0x25f800 -- 100% complete.
In: serial
Out: serial
Err: serial
Reseting CHIP... Done
LAN9x18 (0x01150002) detected.
Setting mac address: 00:50:c2:7e:8a:9d
start Auto negotiation... (take ~2sec)
Auto negotiation complete, 100BaseTX, full duplex
Hit any key to stop autoboot: 0
OMAP3EVM # tftpboot 80000000 uImage
Reseting CHIP... Done
LAN9x18 (0x01150002) detected.
Setting mac address: 00:50:c2:7e:8a:9d
start Auto negotiation... (take ~2sec)
Auto negotiation complete, 100BaseTX, full duplex
TFTP from server 10.203.92.11; our IP address is 10.203.92.40
Filename 'uImage'.
Load address: 0x80000000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
very rarely it loads the images but it fails while booting the image as
........
IP-Config: Got DHCP answer from 0.0.0.0, my address is 10.203.92.130
IP-Config: Complete:
device=eth0, addr=10.203.92.130, mask=255.255.255.0, gw=10.203.92.1,
host=10.203.92.130, domain=che.aricent.com, nis-domain=(none),
bootserver=0.0.0.0, rootserver=10.203.92.11, rootpath=
Looking up port of RPC 100003/2 on 10.203.92.11
rpcbind: server 10.203.92.11 not responding, timed out
Root-NFS: Unable to get nfsd port number from server, using default
Looking up port of RPC 100005/1 on 10.203.92.11
rpcbind: server 10.203.92.11 not responding, timed out
Root-NFS: Unable to get mountd port number from server, using default
mount: server 10.203.92.11 not responding, timed out
Root-NFS: Server returned error -5 while mounting /opt/omap3evm_nfs/
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0)
Please append a correct "root=" boot option; here are the available partitions:
1f00 512 mtdblock0 (driver?)
1f01 1792 mtdblock1 (driver?)
1f02 256 mtdblock2 (driver?)
1f03 5120 mtdblock3 (driver?)
1f04 254464 mtdblock4 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
Before booting the image, I do the following...
setenv serverip <NFS host ip>
setenv ipaddr < device ip>
setenv gatewayip
setenv bootargs console=ttyS0,115200n8 noinitrd ip=dhcp rw root=/dev/nfs nfsroot=10.203.92.11:/opt/omap3evm_nfs/,nolock,wsize=1024,rsize=1024
saveenv
The same setup was working fine soemtime back. My network is changed now and so I changed the serverip, gateway and ipaddr. After this, I am facing this issue.
Can anyone pls. help me in resolving this?
Thanks.