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