From: Scott Rifenbark Date: Thu, 27 Oct 2016 16:37:24 +0000 (-0700) Subject: yocto-project-qs: Fixed the minnowboard example to use .wic and base X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d193e47cdee2c2dd7b809414be01a2ee0f9ae64;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git yocto-project-qs: Fixed the minnowboard example to use .wic and base (From yocto-docs rev: 7e68281d91bdaf060803ac90282b13c456e53807) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index d18f0aecd6e..4df9636d67e 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: - 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 Write the Image: @@ -735,7 +735,7 @@ (e.g. a USB key, SATA drive, SD card, etc.) using the dd utility: - $ 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 In the previous command, the TARGET_DEVICE is the device node in