明净

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

 

主机端

sudo apt-get install nfs-kernel-server 

修改配置文件

sudo vim /etc/exports

添加:

/home/nfs/fs_qtopia *(rw,sync,no_root_squash,no_subtree_check)

sudo /etc/init.d/nfs-kernel-server restart

开发板的配置

1   uboot配置

  设置uboot

  printenv

  setenv bootargs root=nfs nfsroot=192.168.1.101:/home/nfs/fs_qtopia ip=192.168.1.102 init=/linuxrc console=ttySAC0,115200 

  saveenv

2   linux 内核

 

 

黄 tx
白 rx
红 V
黑 G

posted on 2018-07-07 15:57  明净  阅读(125)  评论(0编辑  收藏  举报