您的位置:首页 > 编程语言 > PHP开发

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

2013-11-13 20:11 477 查看
在内核挂载根文件系统时,提示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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐