summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorThomas Epperson <tepperson@briskheat.com>2022-05-20 11:28:15 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-24 13:58:47 +0100
commite8d6e05000bc32e5c536638f47e188a2266afb02 (patch)
tree7726191690e901b4d47750ab0862c280b15f1e2c /documentation/dev-manual
parent51cb0db138c6083d046338c44822b4d506e3ce3a (diff)
downloadpoky-e8d6e05000bc32e5c536638f47e188a2266afb02.tar.gz
dev-manual: fix documentation for bmaptool usage
(From yocto-docs rev: 4d4e2b023e569bff466a8e7b07f1b7e8e2334df0) Signed-off-by: Thomas Epperson <tepperson@briskheat.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 1522d31970..3a47a9ff27 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -5882,7 +5882,7 @@ Directory onto a USB stick, or whatever media for which you built your
5882image, and boot from the media. You can write the image by using 5882image, and boot from the media. You can write the image by using
5883``bmaptool`` or ``dd``:: 5883``bmaptool`` or ``dd``::
5884 5884
5885 $ oe-run-native bmaptool copy mkefidisk-201804191017-sda.direct /dev/sdX 5885 $ oe-run-native bmap-tools-native bmaptool copy mkefidisk-201804191017-sda.direct /dev/sdX
5886 5886
5887or :: 5887or ::
5888 5888