Hi,
I am using static IP for connecting wit ubuntu linux. Boot without nfs mounting works fine but if I try nfs mounting as per instructions in the Users Guide, I get "timed out" messages.
my bootargs are:
for normal boot (without nfs mounting)
bootargs=mem=80M vram=4M notifyk.vpssm3_sva=0xBFD00000 console=ttyO0 ,115200n8 noinitrd root=/dev/mtdblock4 rw rootfstype=jffs2 ip=192.168.1.168 earlyprintk
for boot with nfs mounting:
nfshost=192.168.1.25
rootpath=/home/chandar/workdir/filesys
bootargs=console=ttyO0 ,115200n8 root=/dev/nfs rw mem=80M vram=4M notifyk.vpssm3_sva=0xBFD00000 nfsroot=$(nfshost):$(rootpath) ,nolock ip=192.168.1.168 earlyprintk
The snapshot of the "timed out" messages with NFS mount option is as below:
TCP cubic registered
NET: Registered protocol family 17
Registering the dns_resolver key type
VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
Power Management for TI81XX.
Detected MACID=40:5f:c2:61:5c:7c
tps65911-rtc tps65911-rtc: setting system clock to 2011-03-17 11:22:13 UTC (1300360933)
CPSW phy found : id is : 0x4dd074
PHY 0:01 not found
Sending DHCP and RARP requests ...... timed out!
IP-Config: Retrying forever (NFS root)...
CPSW phy found : id is : 0x4dd074
PHY 0:01 not found
Sending DHCP and RARP requests ...
Can someone please let me know why this would be happening? Also why is this trying to send DHCP requests though I have configured for static IP.
thanks,
Chandar