大家好,最近在移植uboot1.3.4,nand flash启动方式的话可以正常启动内核,但是不能启动文件系统,最后提示为:
Warning: unable to open an initial console.
Kernel panic - not syncing: No init found. Try passing init= option to kernel.。
内核传递的参数为:
setenv bootcmd 'nboot 0x80700000 0 0x400000;bootm 0x80700000';
setenv bootargs 'mem=48M noinitrd console=ttyS0,115200n8 root=/dev/mtdblock3 rootfstype=cramfs ‘
同一个内核,同一个文件系统,同样的启动参数,如果用开发板带的uboot(没有源码),就可以正常启动。
请问这会是什么原因导致的??