summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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,