Hi All,
I'm working with an AM3517 EVM Development Kit.
I’m trying to boot via tftp and use nfs as root filesystem. Target gets ip by a dhcp server, and I see it is always 192.168.0.7.
On the Ubuntu server (192.168.0.31) I’ve put in /etc/exports the following line:
/home/gabriele/workdir/filesys *(rw,sync,no_subtree_check)
Then, in /etc/hosts.allow:
portmap mountd nfsd statd lockd rquotad : 192.168.0.7
while, in /etc/hosts.deny:
portmap mountd nfsd statd lockd rquotad : ALL
Then I start services:
host$ sudo service portmap start
host$ sudo /etc/init.d/nfs-kernel-server restart
On the target side, after the uImage tftp transfer, I am getting the following error related to nfs
…
Sending DHCP requests .
PHY: 1:00 - Link is Up - 100/Full
., OK
IP-Config: Got DHCP answer from 0.0.0.0, my address is 192.168.0.7
IP-Config: Complete:
device=eth0, addr=192.168.0.7, mask=255.255.255.0, gw=192.168.0.221,
host=192.168.0.7, domain=intranet.cosmed.it, nis-domain=(none),
bootserver=0.0.0.0, rootserver=192.168.0.31, rootpath=
Looking up port of RPC 100003/2 on 192.168.0.31
rpcbind: server 192.168.0.31 not responding, timed out
…
Don't know what am I missing on host.
Any help would be much appreciated.
Regards
Gabriele