aboutsummaryrefslogtreecommitdiffstats
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:38:41 +0000
commit1d193e47cdee2c2dd7b809414be01a2ee0f9ae64 (patch)
treed5d13976802b5b238075d12f55522057a00c5936 /documentation
parent9b1bd29ea99aa0dec51e603e4ac28e211af19765 (diff)
downloadopenembedded-core-contrib-1d193e47cdee2c2dd7b809414be01a2ee0f9ae64.tar.gz
yocto-project-qs: Fixed the minnowboard example to use .wic and base
(From yocto-docs rev: 7e68281d91bdaf060803ac90282b13c456e53807) 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 @@
Once the build completes, the resulting console-only image
is located in the Build Directory here:
<literallayout class='monospaced'>
- tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.hddimg
+ tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.wic
</literallayout>
</para></listitem>
<listitem><para><emphasis>Write the Image:</emphasis>
@@ -735,7 +735,7 @@
(e.g. a USB key, SATA drive, SD card, etc.) using the
<filename>dd</filename> utility:
<literallayout class='monospaced'>
- $ sudo dd if=tmp/deploy/images/intel-corei7-64/core-image-minimal-intel-corei7-64.wic of=TARGET_DEVICE
+ $ sudo dd if=tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.wic of=TARGET_DEVICE
</literallayout>
In the previous command, the
<filename>TARGET_DEVICE</filename> is the device node in