yaffs2 文件系统:Kernel panic - not syncing: Attempted to kill init!

来源:互联网 发布:中国网络明星于凯 编辑:程序博客网 时间:2024/04/29 11:56


在内核挂载根文件系统时,提示Kernel panic - not syncing: Attempted to kill init!的解决方法:

方法1:

Kernel Features  --->
[*] Use the ARM EABI to compile the kernel                 
[*]   Allow old ABI binaries to run with this kernel (EXPERIMENTA)

 

方法2:

修改busybox的Makefile

修改

CC=$(CROSS_COPILE)gcc

CC=$(CROSS_COPILE)gcc -march=armv4t