centos端:
gedit /etc/exports
增加:/home/fpga/nfs *(rw,sync,no_root_squash,no_subtree_check)
然后启动nfs:# service nfs start
arm端:
mount -o nolock -t nfs 192.168.1.128:/home/fpga/nfs /mnt
ls /mnt/
看到mnt中的内容和centos端的nfs文件夹下的内容一致。
以后每次启动arm后,输入:
mount -o nolock -t nfs 192.168.1.128:/home/fpga/nfs /mnt
即可实现nfs。
网络启动:
param set linux_cmd_line "console=ttySAC0 root=/dev/nfs nfsroot=192.168.1.128:/home/fpga/nfs ip=192.168.1.230:192.168.1.128:192.168.1.128:255.255.255.0:sbc2440.arm9.net:eth0:off"