diff options
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 13 |
1 files changed, 9 insertions, 4 deletions
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 @@ | |||
| 475 | <ulink url='http://yoctoproject.org/downloads/yocto-1.0/machines/qemu'></ulink>. | 475 | <ulink url='http://yoctoproject.org/downloads/yocto-1.0/machines/qemu'></ulink>. |
| 476 | Be sure to use the kernel and filesystem image that matches the architecture you want | 476 | Be sure to use the kernel and filesystem image that matches the architecture you want |
| 477 | to simulate. | 477 | to simulate. |
| 478 | Download areas exist for the five supported machine architectures: | ||
| 479 | <filename>qemuarm</filename>, <filename>qemumips</filename>, <filename>qemuppc</filename>, | ||
| 480 | <filename>qemux86</filename>, and <filename>qemux86_64</filename>. | ||
| 478 | </para> | 481 | </para> |
| 479 | 482 | ||
| 480 | <para> | 483 | <para> |
| @@ -482,15 +485,17 @@ | |||
| 482 | </para> | 485 | </para> |
| 483 | 486 | ||
| 484 | <literallayout class='monospaced'> | 487 | <literallayout class='monospaced'> |
| 485 | *zImage-<<emphasis>kernel-rev</emphasis>>-qemu<<emphasis>arch</emphasis>>*.bin | 488 | *zImage-<<emphasis>kernel-rev</emphasis>>-qemu<<emphasis>arch</emphasis>>-<<emphasis>release</emphasis>>*.bin |
| 486 | vmlinux-<<emphasis>kernel-rev</emphasis>>-<<emphasis>arch</emphasis>>*.bin | 489 | vmlinux-<<emphasis>kernel-rev</emphasis>>-qemu<<emphasis>arch</emphasis>>-<<emphasis>release</emphasis>>*.bin |
| 487 | 490 | ||
| 488 | Where: | 491 | Where: |
| 492 | <<emphasis>kernel-rev</emphasis>> is the base Linux kernel revision | ||
| 493 | (e.g. 2.6.37). | ||
| 494 | |||
| 489 | <<emphasis>arch</emphasis>> is a string representing the target architecture: | 495 | <<emphasis>arch</emphasis>> is a string representing the target architecture: |
| 490 | x86, x86-64, ppc, mips, or arm. | 496 | x86, x86-64, ppc, mips, or arm. |
| 491 | 497 | ||
| 492 | <<emphasis>kernel-rev</emphasis>> is the base Linux kernel revision | 498 | <<emphasis>release</emphasis>> is the version of Yocto Project. |
| 493 | (e.g. 2.6.37). | ||
| 494 | </literallayout> | 499 | </literallayout> |
| 495 | </section> | 500 | </section> |
| 496 | 501 | ||
