initramfs系统制作时,编译内核出现“Kernel panic - not syncing: Attempted to kill init!”错误,
即在配置内核的时候,需要EABI支持,make menuconfig ARCH=arm CROSS_COMPILE=arm-linux-,出现的选择界面上,把
Kernel Features --->
[*] Use the ARM EABI to compile the kernel
[*] Allow old ABI binaries to run with this kernel (EXPERIMENTA)
这两项选上就可以了,重新编译,就可解决问题!