Hi ,
I am facing a problem in mounting the nfs file system with the new linux PDK1.4 on the imx31-3 stack board. I did have this problem with the old linux bsp and the redboot.
With the new PDK Linux version1.4 , i am facing problem in mounting the NFS .
I am giving the following command during the kernel boot up.
exec -c "noinitrd console=ttymxc0 root=/dev/nfsroot rootfstype=nfsroot nfsroot=192.168.1.84:/tftpboot/Disk-Tftp/rootfs ip=192.168.1.83:192.168.1.84"
(The NFS Server ip address is 192.168.1.84 and the imx31-3 stack board ip address is 192.168.1.83.)
The following error messages are coming on the hyperterminal
eth0: link down
IP-Config: Guessing netmask 255.255.255.0
IP-Config: Complete:
device=eth0, addr=192.168.1.83, mask=255.255.255.0, gw=255.255.255.255,
host=192.168.1.83, domain=, nis-domain=(none),
bootserver=192.168.1.84, rootserver=192.168.1.84, rootpath=
Looking up port of RPC 100003/2 on 192.168.1.84
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
rpcbind: server 192.168.1.84 not responding, timed out
Root-NFS: Unable to get nfsd port number from server, using default
Looking up port of RPC 100005/1 on 192.168.1.84
rpcbind: server 192.168.1.84 not responding, timed out
Root-NFS: Unable to get mountd port number from server, using default
mount: server 192.168.1.84 not responding, timed out
Root-NFS: Server returned error -5 while mounting /tftpboot/Disk-Tftp/rootfs
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfsroot" or unknown-block(2,0)
Please append a correct "root=" boot option; here are the available partitions:
1f00 1024 mtdblock0 (driver?)
1f01 5120 mtdblock1 (driver?)
1f02 98304 mtdblock2 (driver?)
1f03 8192 mtdblock3 (driver?)
1f04 149504 mtdblock4 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
When i check the /var/log/messages i did not find any request coming from the imx31-stack board for nfs mounting.
Could any one help what is the problem?
Regds,
S.Ramesh CHandra.