summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-10-27 09:37:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-16 10:37:58 +0000
commit56238f3676de445cff8ea0bcab4639fde5f75bcf (patch)
treed3bee92bdf7f3fe97c7ba17a6d6360650fd5c7fd /documentation
parentfeb145f6ce29bfd042709de3a969d15a5c27e601 (diff)
downloadpoky-56238f3676de445cff8ea0bcab4639fde5f75bcf.tar.gz
yocto-project-qs: Fixed the minnowboard example to use .wic and base
(From yocto-docs rev: 072ac7943ddcefd90ec36ee74a8571adf2cefb1b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index d18f0aecd6..4df9636d67 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -727,7 +727,7 @@
727 Once the build completes, the resulting console-only image 727 Once the build completes, the resulting console-only image
728 is located in the Build Directory here: 728 is located in the Build Directory here:
729 <literallayout class='monospaced'> 729 <literallayout class='monospaced'>
730 tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.hddimg 730 tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.wic
731 </literallayout> 731 </literallayout>
732 </para></listitem> 732 </para></listitem>
733 <listitem><para><emphasis>Write the Image:</emphasis> 733 <listitem><para><emphasis>Write the Image:</emphasis>
@@ -735,7 +735,7 @@
735 (e.g. a USB key, SATA drive, SD card, etc.) using the 735 (e.g. a USB key, SATA drive, SD card, etc.) using the
736 <filename>dd</filename> utility: 736 <filename>dd</filename> utility:
737 <literallayout class='monospaced'> 737 <literallayout class='monospaced'>
738 $ sudo dd if=tmp/deploy/images/intel-corei7-64/core-image-minimal-intel-corei7-64.wic of=TARGET_DEVICE 738 $ sudo dd if=tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.wic of=TARGET_DEVICE
739 </literallayout> 739 </literallayout>
740 In the previous command, the 740 In the previous command, the
741 <filename>TARGET_DEVICE</filename> is the device node in 741 <filename>TARGET_DEVICE</filename> is the device node in