219zhyhui 发表于 2010-8-25 13:54:19

cmasp 发表于 2010-8-25 15:47:01

飞凌-alexlee 发表于 2010-8-25 16:12:03

rpcbind: server 192.168.0.231 not responding, timed out
Root-NFS: Unable to get nfsd port number from server, using default
Looking up port of RPC 100005/1 on 192.168.0.231

nfs服务器没有配置好?

219zhyhui 发表于 2010-8-26 09:12:55

飞凌-alexlee 发表于 2010-8-26 09:32:46

这回提示什么啊?

飞凌-fatfish 发表于 2010-8-26 09:34:35

setenv bootargs "root=/dev/nfs nfsroot=192.168.0.231:/forlinx/root
ip=192.168.0.232:192.168.0.231:192.168.0.2 0 1:255.255.255.0:witech.com.
cn:eth0:off console=ttySAC0,115200"

/dev/nfs是固定的 这是nfs的节
192.168.0.231是pc上linux的ip
192.168.0.232是开发板的ip
192.168.0.201是网关ip
255.255.255.0是子网掩码
witech.com.cn是名字,可以修改
192.168.0.231:/forlinx/root是被挂载的目录
console=ttySAC0,115200是控制台输出设置,波特率为115200

219zhyhui 发表于 2010-8-26 09:51:50

219zhyhui 发表于 2010-8-26 09:54:06

飞凌-fatfish 发表于 2010-8-26 14:46:12

你在uboot里print一下 看看bootargs和bootcmd环境变量对不对。

219zhyhui 发表于 2010-8-27 10:03:27

219zhyhui 发表于 2010-8-27 10:04:19

219zhyhui 发表于 2010-8-27 10:05:04

飞凌-seventeen 发表于 2010-8-27 10:39:46

bootargs中的ip 信息应该是uboot的参数,你修改一下吧

219zhyhui 发表于 2010-8-29 16:00:04

飞凌-alexlee 发表于 2010-8-30 08:07:31

ipaddr=192.168.1.20

serverip=192.168.1.10

gatewayip=192.168.1.1

设置的有问题啊。应该是你挂载服务器的参数啊

glorin 发表于 2011-3-29 10:16:39

飞凌-alexlee 发表于 2011-3-29 13:05:21

setenv bootargs "root=/dev/nfs nfsroot=192.168.0.231:/forlinx/root
ip=192.168.0.232:192.168.0.231:192.168.0.2 0 1:255.255.255.0:witech.com.
cn:eth0ff console=ttySAC0,115200"

/dev/nfs是固定的 这是nfs的节
192.168.0.231是pc上linux的ip
192.168.0.232是开发板的ip
192.168.0.201是网关ip
255.255.255.0是子网掩码
witech.com.cn是名字,可以修改
192.168.0.231:/forlinx/root是被挂载的目录
console=ttySAC0,115200是控制台输出设置,波特率为115200

wboy181818 发表于 2011-3-30 17:23:58

飞凌-alexlee 发表于 2011-3-31 08:21:43

如果开了防火墙,确实不行~~

pangkang 发表于 2011-11-26 14:32:13

页: [1] 2
查看完整版本: 设置uboot启动参数后 重启开发板,NFS挂载不成功