diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 7aaf05202a..7e99977d11 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -354,8 +354,16 @@ $ source /opt/poky/environment-setup-i586-poky-linux - $ poky-qemu <kernel> <image> + $ poky-qemu <qemuarch> <kernel> <image> <fstype> + + For example: + + + $ poky-qemu qemuppc zImage-2.6.34-qemuppc-0.9 \ + yocto-image-minimal-qemuppc-0.9.rootfs.ext3 ext3 + +