* How to launch core-image-minimal built upon poky-tiny
@ 2012-05-09 8:11 Lu, Lianhao
2012-05-09 15:44 ` Darren Hart
0 siblings, 1 reply; 2+ messages in thread
From: Lu, Lianhao @ 2012-05-09 8:11 UTC (permalink / raw)
To: Hart, Darren; +Cc: yocto@yoctoproject.org
Hi Darren,
Do you know how to use qemu to launch the core-image-minimal image build upon the poky-tiny distribution?
I tried the following command but ended up in "Kernel panic - not syncing: No init found."
tmp/sysroot/x86_64-linux/usr/bin/qemu -kernel /tmp/deploy/image/bzImage-qemux86.bin -append "console=ttyS0, 115200 root=0800" -nographic tmp/deploy/images/core-image-minimal-qemux86.ext2
Best Regards
-Lianhao
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to launch core-image-minimal built upon poky-tiny
2012-05-09 8:11 How to launch core-image-minimal built upon poky-tiny Lu, Lianhao
@ 2012-05-09 15:44 ` Darren Hart
0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2012-05-09 15:44 UTC (permalink / raw)
To: Lu, Lianhao; +Cc: yocto@yoctoproject.org
On 05/09/2012 01:11 AM, Lu, Lianhao wrote:
> Hi Darren,
>
> Do you know how to use qemu to launch the core-image-minimal image
> build upon the poky-tiny distribution?
>
> I tried the following command but ended up in "Kernel panic - not
> syncing: No init found."
>
> tmp/sysroot/x86_64-linux/usr/bin/qemu -kernel
> /tmp/deploy/image/bzImage-qemux86.bin -append "console=ttyS0, 115200
> root=0800" -nographic
> tmp/deploy/images/core-image-minimal-qemux86.ext2
No block devices are defined by default iirc. Try booting using the
cpio.gz as the initrd and with root=/dev/ram0.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-09 15:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 8:11 How to launch core-image-minimal built upon poky-tiny Lu, Lianhao
2012-05-09 15:44 ` Darren Hart
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.