1. haneWIN NFS Server挂载NFS v2服务
https://www.hanewin.net/nfs-e.htm
netstat -ano | findstr ":2049"TCP 0.0.0.0:2049 0.0.0.0:0 LISTENING 3824UDP 0.0.0.0:2049 *:* 3824
tasklist | findstr "3824"
nfssrv-64.exe 3824 RDP-Tcp#1 1 17,888 K
2. u-boot通过NFS下载zImage
=> nfs 80800000 192.168.31.64:/nfs/zImage
FEC1 Waiting for PHY auto negotiation to complete.... done
Using FEC1 device
File transfer via NFS from server 192.168.31.64; our IP address is 192.168.31.50
Filename '/nfs/zImage'.
Load address: 0x80800000
Loading: ###################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
done
Bytes transferred = 5582792 (552fc8 hex)