From 01658a83d7edccaa06eec955a6067f7cb08db7ef Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 23 Feb 2018 08:19:47 -0800 Subject: dev-manual: Updated oe-run-native and dd examples for Wic I changed the path to not list "build/" as the example assumes the user is already in that directory. (From yocto-docs rev: c3ab6a9e53f48005de73977238c8af3e2061db8b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index cf6eb1ffd4..908530cd0e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -5806,17 +5806,18 @@ Continuing with the example, you can now write the - image to a USB stick, or whatever media for which you - built your image, and boot from the media. + image from the Build Directory onto a USB stick, or + whatever media for which you built your image, and boot + from the media. You can write the image by using bmaptool or dd: - $ oe-run-native bmaptool copy build/mkefidisk-201802211426-sda.direct /dev/sdX + $ oe-run-native bmaptool copy mkefidisk-201802211426-sda.direct /dev/sdX or - $ sudo dd if=build/mkefidisk-201802211426-sda.direct of=/dev/sdX + $ sudo dd if=mkefidisk-201802211426-sda.direct of=/dev/sdX For more information on how to use the -- cgit v1.2.3-54-g00ecf