[embedded]How to install NFS on ubuntu
2017-5-12 萧
1.Install.
sudo apt-get install nfs-kernel-server
2.Config.
vim /etc/exports
Add a line to the end of file.
/home/nicholas/.../busybox/busybox-1.13.3/_install *(rw,sync,no_root_squash,no_subtree_check)
3.Restart.
/etc/init.d/nfs-kernel-server restart
评论:
萧
Set environment args in u-boot:
console=ttySAC0 root=/dev/nfs nfsroot=219.225.9.111:/home/xu/kernel/myrootfs/rootfs ip=219.225.9.110:219.225.9.111:219.225.9.111:255.255.255.0:xuliang:eth0:off
1
发表评论: