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

猜你喜欢

转载自duyouhua1214.iteye.com/blog/1314088