解决引导内核时的错误:Kernel panic - not syncing: Attempted to kill init!

启动内核时遇到如下错误:

Kernel panic - not syncing: Attempted to kill init! 

幸好网友已经解决.按照以下博客的方法处理:

http://blog.chinaunix.net/uid-28319605-id-3473765.html

解决办法:重新配置内核支持EABI

 

make menuconfig


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

你可能感兴趣的:(linux学习)