[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6727/8267] dev-manual: Fixed Flash the Device example
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 6727/8267] dev-manual: Fixed Flash the Device example
- Date: Sun, 17 Dec 2017 05:15:03 +0000 (UTC)
commit 088f55a53578c75887d20c390aa265caebccdb6c
Author: Kristi Rifenbark <kristi rifenbark gmail com>
Date: Fri Jul 7 16:03:35 2017 -0700
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>
.../dev-manual/dev-manual-common-tasks.xml | 6 +++---
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 6cdf2a4..5a66b79 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:
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]