This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

about AM3517 nfs root filesystem

Other Parts Discussed in Thread: AM3517

hi , I have a problem in ti linux kernel

I use the linux-2.6.37-psp04.02.00.07 and changed this parameters on am3517_evm_defconfig

##########################################################################

CONFIG_CMDLINE="root=/dev/nfs nfsroot=192.168.1.10:/home/ouyang/work/nfsboot,nolock,rsize=1024,wsize=1024 ip=dhcp console=ttyO2,115200"

##########################################################################

boot this kernel

###########################################################################

......

[    9.684387] IP-Config: Got DHCP answer from 0.0.0.0, my address is 192.168.1.103                                                                                                                     
[    9.695159] IP-Config: Complete:                                                                                                                                                                     
[    9.698394]      device=eth0, addr=192.168.1.103, mask=255.255.255.0, gw=192.168.1.1,                                                                                                                
[    9.706665]      host=192.168.1.103, domain=, nis-domain=(none),                                                                                                                                     
[    9.713043]      bootserver=0.0.0.0, rootserver=192.168.1.10, rootpath=, mtu=576                                                                                                                     
[    9.920288] VFS: Mounted root (nfs filesystem) on device 0:14.                                                                                                                                       
[    9.926910] Freeing init memory: 200K                                                                                                                                                                
[   11.654113] omap_device: omap_i2c.3: new worst case deactivate latency 0: 946044

###########################################################################

is stop here...

  • Can you please post the full boot log?  Also, from the snippet you've pasted not all of the parameters you've set are being obeyed (root path is empty).  Finally, is the target NFS root one setup by the SDK scripts?  If not, were you careful to make sure it was extracted with root permissions (either as root or sudo tar ...) ?  Thanks.