diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 4e3bb28cdf..459d7471ca 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -475,6 +475,9 @@ . Be sure to use the kernel and filesystem image that matches the architecture you want to simulate. + Download areas exist for the five supported machine architectures: + qemuarm, qemumips, qemuppc, + qemux86, and qemux86_64. @@ -482,15 +485,17 @@ - *zImage-<kernel-rev>-qemu<arch>*.bin - vmlinux-<kernel-rev>-<arch>*.bin + *zImage-<kernel-rev>-qemu<arch>-<release>*.bin + vmlinux-<kernel-rev>-qemu<arch>-<release>*.bin Where: + <kernel-rev> is the base Linux kernel revision + (e.g. 2.6.37). + <arch> is a string representing the target architecture: x86, x86-64, ppc, mips, or arm. - <kernel-rev> is the base Linux kernel revision - (e.g. 2.6.37). + <release> is the version of Yocto Project.