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 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
