内核无法获取的原因是什么在里面文件虽然该文件存在于目标体系结构中?
我正在研究BF548 EZKIT,并完成了NOR启动模式。但是在 NAND 启动模式下,我在特定地址的指定 mtdblocks 上有 flash和文件u-boot.ldr
,在启动过程中我的内核加载成功,成功安装 rootfs,然后出现错误uImage
rootfs.jffs2
VFS: Mounted root (jffs2 filesystem) on device 31:9.
devtmpfs: error mounting -2
Freeing unused kernel memory: 140K (003b4000 - 003d7000)
Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
我还尝试过init=/sbin/init
内核命令行中的其他初始化选项,但它们都不起作用。