summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-02-23 08:19:47 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 08:35:25 +0000
commit01658a83d7edccaa06eec955a6067f7cb08db7ef (patch)
tree96c2db2ca30fd9716c2b8c899599e0aa3bef4342 /documentation
parent422c6488d3461ae237dae2721c0878aa45c9f878 (diff)
downloadpoky-01658a83d7edccaa06eec955a6067f7cb08db7ef.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml9
1 files changed, 5 insertions, 4 deletions
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 @@
5806 5806
5807 <para> 5807 <para>
5808 Continuing with the example, you can now write the 5808 Continuing with the example, you can now write the
5809 image to a USB stick, or whatever media for which you 5809 image from the Build Directory onto a USB stick, or
5810 built your image, and boot from the media. 5810 whatever media for which you built your image, and boot
5811 from the media.
5811 You can write the image by using 5812 You can write the image by using
5812 <filename>bmaptool</filename> or 5813 <filename>bmaptool</filename> or
5813 <filename>dd</filename>: 5814 <filename>dd</filename>:
5814 <literallayout class='monospaced'> 5815 <literallayout class='monospaced'>
5815 $ oe-run-native bmaptool copy build/mkefidisk-201802211426-sda.direct /dev/sd<replaceable>X</replaceable> 5816 $ oe-run-native bmaptool copy mkefidisk-201802211426-sda.direct /dev/sd<replaceable>X</replaceable>
5816 </literallayout> 5817 </literallayout>
5817 or 5818 or
5818 <literallayout class='monospaced'> 5819 <literallayout class='monospaced'>
5819 $ sudo dd if=build/mkefidisk-201802211426-sda.direct of=/dev/sd<replaceable>X</replaceable> 5820 $ sudo dd if=mkefidisk-201802211426-sda.direct of=/dev/sd<replaceable>X</replaceable>
5820 </literallayout> 5821 </literallayout>
5821 <note> 5822 <note>
5822 For more information on how to use the 5823 For more information on how to use the