初级会员
- 积分
- 88
- 金钱
- 88
- 注册时间
- 2019-3-30
- 在线时间
- 22 小时
|
1金钱
本帖最后由 较瘦 于 2020-11-11 19:45 编辑
跟着教程做完跟文件系统后,测试的时候不能通过
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6
Please append a correct "root=" boot option; here are the available partitions:
.....
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
bootargs设置如下
setenv bootargs 'console=ttymxc0,115200 root=/dev/nfs nfsroot=192.168.1.66:/home/zth/IMX6ULL/nfs/rootfs,proto=tcp rw ip=192.168.1.50:192.168.1.66:192.168.1.1:255.255.255.0::eth0ff'
请问各位大佬是哪里出了问题,谢谢
|
|