
커널이 얻을 수 없는 이유는 무엇입니까?초기화이 파일이 대상 아키텍처에 존재합니까?
저는 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
또한 커널 명령줄에서 다른 초기화 옵션을 시도했지만 그 중 아무 것도 작동하지 않았습니다.