使用busybox制作的文件系统,在内核启动时,提示:
VFS: Mounted root (jffs2 filesystem).
Freeing init memory: 76K
NO.= 22, x=0x3ba ,y=0x3ec
Failed to execute /linuxrc. Attempting defaults...
Kernel panic - not syncing: No init found. Try passing init= option to kernel.
使用的是动态编译,已经将lib拷贝到rootfs下的lib了
使用file命令查看rootfs/bin/busybox:
bin/busybox: ELF 32-bit LSB executable, ARM, version 1, dynamically linked (uses shared libs), stripped
linuxrc是个符号链接到busybox,我把他删除,重新写一个,也是不能启动
不知道问题出在哪了,纠结了好几天了 |