rootfs loading through NFS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

rootfs loading through NFS

3,713 次查看
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)

标签 (1)
标记 (1)
0 项奖励
回复
3 回复数

3,335 次查看
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 项奖励
回复

3,335 次查看
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 项奖励
回复

3,335 次查看
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 项奖励
回复