[linux-yocto] 回复: Kernel Panic : Not Syncing : Exit code 0x00000004
lee
52810756 at qq.com
Thu Feb 19 02:20:22 PST 2015
please unscrible me this mail list ,thanks
------------------ 原始邮件 ------------------
发件人: "suneet saini";<suneet.saini at gmail.com>;
发送时间: 2015年2月19日(星期四) 下午2:43
收件人: "poky"<poky at yoctoproject.org>; "linux-yocto"<linux-yocto at yoctoproject.org>;
主题: [linux-yocto] Kernel Panic : Not Syncing : Exit code 0x00000004
Hello Team,
I am using the 'hob' from poky and building the image by selecting the machine as "qemuarm". Initially this file having architecture as followed
qemuarm.
+++++++++++++++++++++++++++++++++++++++
#@TYPE: Machine
#@NAME: arm_versatile_926ejs
#@DESCRIPTION: arm_versatile_926ejs
require conf/machine/include/qemu.inc
require conf/machine/include/tune-arm926ejs.inc
#require conf/machine/include/tune-arm1136jf-s.inc
KERNEL_IMAGETYPE = "zImage"
SERIAL_CONSOLE = "115200 ttyAMA0"
+++++++++++++++++++++++++++++++++++++++
After building the image with "core-image-minimal" or "core-image-full-cmdline" while running the image with qemu it works fine. I want to change qemu working for "arm v7a" means support "Cortex A8". That's why for this I make the changes in qemuarm.conf as in the "~/poky/meta/conf/machine.conf"
qemuarm.conf
+++++++++++++++++++++++++++++++++++++++
require conf/machine/include/qemu.inc
require conf/machine/include/tune-cortexa8.inc
KERNEL_IMAGETYPE = "zImage"
SERIAL_CONSOLE = "115200 ttyAMA0"
+++++++++++++++++++++++++++++++++++++++
After that I am building the image and running it with qemu; I am getting the kernel panic.
Kernel Panic - not syncing : Attempting to kill Init! exitcode=0x00000004
For that snapshot of that is also attached with this mail.
--
Suneet Kumar Saini
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/linux-yocto/attachments/20150219/ac578dee/attachment.html>
More information about the linux-yocto
mailing list