关于您在“电脑,虚拟机,开发板ping通,但下载有问题”的帖子
手动挂载nfs可以实现根文件系统共享,可是当我改变root的路径就无法实现,出现下面的情况
电脑的IP 192.168.3.28
虚拟机的IP 192.168.3.34
单板的IP 192.168.3.6(uboot)
linux的IP 192.168.3.10
手动可以使用nfs进行挂载 ,由于每次上电都需要进行设置比较麻烦,所以想通过改变root的路径实现挂载
在uboot进行了设置
set bootargs noinitrd root=/dev/nfs nfsroot=192.168.3.34:/work/nfs_root/first_fs ip=192.168.3.10:192.168.3.34:192.168.3.10:255.255.255.0::eth0:off init=/linuxrc console=ttySAC0,115200
然后进行save ,进行重启
出现如下结果
TCP cubic registered
NET: Registered protocol family 1
s3c2410-rtc s3c2410-rtc: set
ting the system clock to 2091-04-11 04:24:36 (3827103876)
IP-Config: Complete:
device=eth0, addr=192.168.3.10, mask=255.255.255.0, gw=192.168.3.10,
host=192.168.3.10, domain=, nis-domain=(none),
bootserver=192.168.3.34, rootserver=192.168.3.34, rootpath=
Looking up port of RPC 100003/2 on 192.168.3.34
Looking up port of RPC 100005/1 on 192.168.3.34
VFS: Mounted root (nfs filesystem).
Freeing init memory: 140K
Warning: unable to open an initial console.
Failed to execute /linuxrc. Attempting defaults...
Kernel panic - not syncing: No init found. Try passing init= option to kernel
l.