rootfs loading through NFS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

rootfs loading through NFS

1,070 Views
arunmondkar
Contributor I

1)  I am unable to load rootfilesystem  on imx53 quick sort board using NFS server  ,But when i check the status of NFS server on my host its working fine but unable to load the rootfilesystem through NFS what is the reason .

2) here i am attaching the log files when i load rootfs to the imx53 quiksorboard

boot arguments are

setenv bootagrs console=ttymxc0 ,115200 video =mxcdi0fb:RGB24,SEIKO-WVGA di0_primary

setenv bootargs ${bootargs} root=/dev/nfs ip=no nfsroot=${serverip}:/full/path/to/rfs

serverip 10.0.0.1

ipaddr 10.0.0.10

in /etc/exports   /full/path/to/rfs 10.0.0.10 (rw , no_root_squash)

Labels (1)
Tags (1)
0 Kudos
3 Replies

692 Views
YixingKong
Senior Contributor IV

Arun

This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.

Thanks,

Yixing

0 Kudos

692 Views
YixingKong
Senior Contributor IV

Arun

Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help please feel free to contact Freescale.

Thanks,
Yixing

0 Kudos

692 Views
BrilliantovKiri
Senior Contributor I

Hello, Arun!

I use next U-boot command:

setenv bootargs_mmc 'set bootargs ${bootargs} noinitrd rw ip=192.168.255.2:192.168.255.1::::eth0:off root=/dev/nfs nfsroot=192.168.255.1:/opt/IMX53/ltib/rootfs,nolock'

And /etc/export:

/opt/IMX53/ltib/rootfs 192.168.255.2(rw,no_root_squash,no_all_squash,subtree_check,sync)

0 Kudos