rootfs loading through NFS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

rootfs loading through NFS

3,728件の閲覧回数
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,350件の閲覧回数
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,350件の閲覧回数
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,350件の閲覧回数
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 件の賞賛
返信