
內核無法取得的原因是什麼在裡面文件雖然該文件存在於目標體系結構中?
我正在研究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
內核命令行中的其他初始化選項,但它們都不起作用。