summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-appendix-neon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-neon.xml')
-rw-r--r--documentation/sdk-manual/sdk-appendix-neon.xml25
1 files changed, 14 insertions, 11 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-neon.xml b/documentation/sdk-manual/sdk-appendix-neon.xml
index 1a6fbcfed6..118719d7f3 100644
--- a/documentation/sdk-manual/sdk-appendix-neon.xml
+++ b/documentation/sdk-manual/sdk-appendix-neon.xml
@@ -504,16 +504,17 @@
504 emulator, or you can choose to run your image on actual 504 emulator, or you can choose to run your image on actual
505 hardware. 505 hardware.
506 <itemizedlist> 506 <itemizedlist>
507 <listitem><para><emphasis>QEMU:</emphasis> 507 <listitem><para>
508 <emphasis>QEMU:</emphasis>
508 Select this option if you will be using the 509 Select this option if you will be using the
509 QEMU emulator. 510 QEMU emulator.
510 If you are using the emulator, you also need to 511 If you are using the emulator, you also need to
511 locate the kernel and specify any custom 512 locate the kernel and specify any custom
512 options.</para> 513 options.</para>
513 <para>If you selected the 514
514 <filename>Build system derived toolchain</filename>, 515 <para>If you selected the Build system derived
515 the target kernel you built will be located in 516 toolchain, the target kernel you built will be
516 the 517 located in the
517 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> 518 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
518 in 519 in
519 <filename>tmp/deploy/images/<replaceable>machine</replaceable></filename> 520 <filename>tmp/deploy/images/<replaceable>machine</replaceable></filename>
@@ -525,10 +526,12 @@
525 followed by the image (e.g. 526 followed by the image (e.g.
526 <filename>/home/scottrif/poky/build/tmp/deploy/images/qemux86/bzImage-qemux86.bin</filename>). 527 <filename>/home/scottrif/poky/build/tmp/deploy/images/qemux86/bzImage-qemux86.bin</filename>).
527 </para> 528 </para>
529
528 <para>If you selected the standalone pre-built 530 <para>If you selected the standalone pre-built
529 toolchain, the pre-built image you downloaded is 531 toolchain, the pre-built image you downloaded is
530 located in the directory you specified when you 532 located in the directory you specified when you
531 downloaded the image.</para> 533 downloaded the image.</para>
534
532 <para>Most custom options are for advanced QEMU 535 <para>Most custom options are for advanced QEMU
533 users to further customize their QEMU instance. 536 users to further customize their QEMU instance.
534 These options are specified between paired 537 These options are specified between paired
@@ -545,16 +548,16 @@
545 The following is an example: 548 The following is an example:
546 <literallayout class='monospaced'> 549 <literallayout class='monospaced'>
547 serial ‘&lt;-m 256 -full-screen&gt;’ 550 serial ‘&lt;-m 256 -full-screen&gt;’
548 </literallayout></para> 551 </literallayout>
549 <para>
550 Regardless of the mode, Sysroot is already 552 Regardless of the mode, Sysroot is already
551 defined as part of the Cross-Compiler Options 553 defined as part of the Cross-Compiler Options
552 configuration in the 554 configuration in the "Sysroot Location:" field.
553 <filename>Sysroot Location:</filename> field.
554 </para></listitem> 555 </para></listitem>
555 <listitem><para><emphasis>External HW:</emphasis> 556 <listitem><para>
557 <emphasis>External HW:</emphasis>
556 Select this option if you will be using actual 558 Select this option if you will be using actual
557 hardware.</para></listitem> 559 hardware.
560 </para></listitem>
558 </itemizedlist> 561 </itemizedlist>
559 </para> 562 </para>
560 563