Chinaunix
标题:
linux ram启动
[打印本页]
作者:
jqx55ah
时间:
2011-10-19 15:58
标题:
linux ram启动
VFS: Mounted root (cramfs filesystem) readonly on device 1:0
Freeing init memory: 120K
Kernel panic - not syncing: Attempted to kill init!
------------------------------------------------------------------------------------
我现在在移植Linux内核。
下面是我移植过程中的步骤
tftpboot 0x21000000 uImage;nand erase 0x80000 0x200000;nand write 0x21000000 0x80000 0x200000
tftpboot 0x21000000 rootfs.cramfs
setenv bootargs mem=64m console=ttyS0,115200 initrd=0x21000000,0x00800000 root=/dev/ram rw
setenv bootcmd nand read 22000000 80000 180000\; bootm 22000000
setenv bootdelay 1
boot
如果我用一个移植好的Linux2.6.30进行上面的过程,则可以正常启动
但是我用我自己的做的linux2.6.38.7,则就出现
最上面
的打印信息
作者:
jqx55ah
时间:
2011-10-21 08:34
问题在于 EBAI宏没有打开!
作者:
armips
时间:
2011-10-21 09:27
问题在于 EBAI宏没有打开!
jqx55ah 发表于 2011-10-21 08:34
我也碰到过,就是这个原因。
作者:
sep
时间:
2011-10-21 10:06
能说详细一点吗?没遇到过,觉得有必要了解一下。
作者:
tempname2
时间:
2011-10-22 17:38
什么是EBAI宏?是指EABI内核选项吗?
这个就是INIT挂掉了,原因应该不只这一种。我以前遇过INIT之子进程一退出INIT就挂掉的。
作者:
T-Bagwell
时间:
2011-10-22 18:03
是不是make menuconfig 的时候要悬赏EABI呢?
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2