|
@@ -6418,7 +6418,7 @@ Some notes from Cal:
|
|
|
If you have write access to the media,
|
|
|
use this command form:
|
|
|
<literallayout class='monospaced'>
|
|
|
- $ oe-run-native bmaptool-native bmaptool copy ./tmp/deploy/images/qemux86-64-core-image-minimal-<replaceable>machine</replaceable>.wic /dev/sd<replaceable>X</replaceable>
|
|
|
+ $ 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>
|
|
|
</literallayout>
|
|
|
</para></listitem>
|
|
|
<listitem><para>
|
|
@@ -6426,8 +6426,8 @@ Some notes from Cal:
|
|
|
the media, use the following
|
|
|
commands:
|
|
|
<literallayout class='monospaced'>
|
|
|
- $ sudo bash
|
|
|
- $ 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>
|
|
|
+ $ sudo chmod 666 /dev/sd<replaceable>X</replaceable>
|
|
|
+ $ 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>
|
|
|
</literallayout>
|
|
|
<note>
|
|
|
If you are using Ubuntu or Debian distributions,
|