(beagleBone] NFS issue during bootstrapping

Hello all,

I just received the beaglebone platform., but I have an issue when I want to use the NFS to use a remote rootFS. I have followed all the instructions of the START_HERE.sh and I have created thanks to the setup.sh the following uEnv.txt:

serverip=192.168.4.20

rootpath=/home/watteco/ti-sdk-am335x-evm-05.03.00.00/targetNFS

bootfile=uImage-am335x-evm.bin

ip_method=dhcp

tftp_nfs_boot=echo Booting from network…; setenv autoload no; dhcp ${bootfile}; tftp ${loadaddr} ${bootfile}; run net_args; bootm ${loadaddr}

uenvcmd=run tftp_nfs_boot

When I restart the beaglebone, Uboot loads the uEnv.txt. It is able to load the uImage. Then I have an error when there is the NFS connection:

[ 1.135528] ThumbEE CPU extension supported.

[ 1.140901] omap2_set_init_voltage: unable to get clk dpll1_ck

[ 1.147057] omap2_set_init_voltage: unable to set vdd_mpu_iva

[ 1.153143] omap2_set_init_voltage: unable to get clk l3_ick

[ 1.159109] omap2_set_init_voltage: unable to set vdd_core

[ 1.166290] Detected MACID=d4:94:a1:36:2e:37

[ 1.171806] omap_rtc omap_rtc: setting system clock to 2011-11-04 08:20:33 UTC (1320394833)

[ 1.183951]

[ 1.183960] CPSW phy found : id is : 0x7c0f1

[ 1.190783] PHY 0:01 not found

[ 1.271651] mmc0: host does not support reading read-only switch. assuming write-enable.

[ 1.282726] mmc0: new high speed SDHC card at address 1234

[ 1.289074] mmcblk0: mmc0:1234 SA04G 3.63 GiB

[ 1.296256] mmcblk0: p1 p2 p3

[ 6.181176] PHY: 0:00 - Link is Up - 100/Full

[ 6.210592] Sending DHCP requests ., OK

[ 6.261059] IP-Config: Got DHCP answer from 0.0.0.0, my address is 192.168.4.18

[ 6.269036] IP-Config: Complete:

[ 6.272469] device=eth0, addr=192.168.4.18, mask=255.255.255.0, gw=192.168.4.1,

[ 6.280381] host=192.168.4.18, domain=, nis-domain=(none),

[ 6.286633] bootserver=0.0.0.0, rootserver=192.168.4.20, rootpath=

[ 6.315453] VFS: Mounted root (nfs filesystem) on device 0:14.

[ 6.322109] Freeing init memory: 216K

[ 15.490620] nfs: server 192.168.4.20 not responding, still trying

[ 19.900610] nfs: server 192.168.4.20 not responding, still trying

I have tested in local my NFS server, and I have no problem to connect to him…

Have you any suggestion to resolve this problem?

best regards,

Mathieu

image001.jpg

image002.gif