summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-07-07 16:03:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:16 +0100
commit088f55a53578c75887d20c390aa265caebccdb6c (patch)
tree73cfd391a57a9f933e60b3b5ac81f1d386b3a956 /documentation
parent34fc5d0295880873fb5472de61c1bcae67b6f8e6 (diff)
downloadpoky-088f55a53578c75887d20c390aa265caebccdb6c.tar.gz
dev-manual: Fixed Flash the Device example
Fixes [YOCTO #11774] Updated bmaptool instructions in Flashing Images Using bmaptool section by changing the sudo command. Fixed the oe-run-native line. (From yocto-docs rev: c3a1e2882abbb7b682ce101a8b038f89c4e2261c) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 6cdf2a41ca..5a66b79a8b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -6418,7 +6418,7 @@ Some notes from Cal:
6418 If you have write access to the media, 6418 If you have write access to the media,
6419 use this command form: 6419 use this command form:
6420 <literallayout class='monospaced'> 6420 <literallayout class='monospaced'>
6421 $ oe-run-native bmaptool-native bmaptool copy ./tmp/deploy/images/qemux86-64-core-image-minimal-<replaceable>machine</replaceable>.wic /dev/sd<replaceable>X</replaceable> 6421 $ oe-run-native bmap-tools-native bmaptool copy ./tmp/deploy/images/qemux86-64-core-image-minimal-<replaceable>machine</replaceable>.wic /dev/sd<replaceable>X</replaceable>
6422 </literallayout> 6422 </literallayout>
6423 </para></listitem> 6423 </para></listitem>
6424 <listitem><para> 6424 <listitem><para>
@@ -6426,8 +6426,8 @@ Some notes from Cal:
6426 the media, use the following 6426 the media, use the following
6427 commands: 6427 commands:
6428 <literallayout class='monospaced'> 6428 <literallayout class='monospaced'>
6429 $ sudo bash 6429 $ sudo chmod 666 /dev/sd<replaceable>X</replaceable>
6430 $ PATH=tmp/sysroots/x86_64-linux/usr/bin/ bmaptool copy ./tmp/deploy/images/qemux86-64/core-image-minimal-<replaceable>machine</replaceable>.wic /dev/sd<replaceable>X</replaceable> 6430 $ oe-run-native bmap-tools-native bmaptool copy ./tmp/deploy/images/qemux86-64-core-image-minimal-<replaceable>machine</replaceable>.wic /dev/sd<replaceable>X</replaceable>
6431 </literallayout> 6431 </literallayout>
6432 <note> 6432 <note>
6433 If you are using Ubuntu or Debian distributions, 6433 If you are using Ubuntu or Debian distributions,