[linux-yocto] Kernel Panic : Not Syncing : Exit code 0x00000004
suneet saini
suneet.saini at gmail.com
Wed Feb 18 22:13:50 PST 2015
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.conf
+++++++++++++++++++++++++++++++++++++++
#@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/b8ae4bee/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.png
Type: image/png
Size: 26041 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/linux-yocto/attachments/20150219/b8ae4bee/attachment.png>
More information about the linux-yocto
mailing list