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


在內核掛載根文件系統時,提示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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章