主机端
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配置
2 linux 内核
原文:https://www.cnblogs.com/mingjing/p/9277512.html