From 56238f3676de445cff8ea0bcab4639fde5f75bcf Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 27 Oct 2016 09:37:24 -0700 Subject: yocto-project-qs: Fixed the minnowboard example to use .wic and base (From yocto-docs rev: 072ac7943ddcefd90ec36ee74a8571adf2cefb1b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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: - 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 -- cgit v1.2.3-54-g00ecf