初级会员
- 积分
- 74
- 金钱
- 74
- 注册时间
- 2018-12-30
- 在线时间
- 19 小时
|
1金钱
本帖最后由 shawn2018 于 2020-4-21 09:05 编辑
- IP-Config: Complete:
- device=eth0, hwaddr=00:04:9f:04:d2:35, ipaddr=192.168.1.105, mask=255.255.255.0, gw=192.168.1.1
- host=192.168.1.105, domain=, nis-domain=(none)
- bootserver=192.168.1.106, rootserver=192.168.1.106, rootpath=
- can-3v3: disabling
- ALSA device list:
- No soundcards found.
- VFS: Mounted root (nfs filesystem) on device 0:15.
- devtmpfs: mounted
- Freeing unused kernel memory: 404K (8090f000 - 80974000)
- request_module: runaway loop modprobe binfmt-464c
- Starting init: /sbin/init exists but couldn't execute it (error -8)
- request_module: runaway loop modprobe binfmt-464c
- Starting init: /bin/sh exists but couldn't execute it (error -8)
- Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
- ---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
- random: nonblocking pool is initialized
复制代码 按照上面的提示我也查看了init.txt的建议,发现没有少什么东西,而且编译工具链也是没有搞错的,麻烦帮忙看看,谢谢。系统版本ubuntu 18.04
我的uboot环境变量如下,而且可以PING 开发板PING通。
- 从tftp启动内核
- setenv bootargs 'console=ttymxc0,115200 root=/dev/mmcblk1p2 rootwait rw'
- setenv bootcmd=tftp 80800000 zImage; tftp 83000000 imx6ull-14x14-emmc-4.3-800x480-c.dtb; bootz 80800000 - 83000000
- 从nfs加载根文件系统
- setenv bootargs 'console=ttymxc0,115200 root=/dev/nfs rw nfsroot=192.168.1.106:/home/shawn/imx6/nfs/rootfs ip=192.168.1.105:192.168.1.106:192.168.1.1:255.255.255.0::eth0:off'
复制代码
在贵站搜索了一下,发现NFS挂载busybox有很多人都遇到了问题,我翻了四个版面,每个版面都有两个根文件系统的问题,建议可以写一个PDF把这些问题作为FAQ列出来,有利于贵司和客户。 |
|