From e8d6e05000bc32e5c536638f47e188a2266afb02 Mon Sep 17 00:00:00 2001 From: Thomas Epperson Date: Fri, 20 May 2022 11:28:15 -0400 Subject: [PATCH] dev-manual: fix documentation for bmaptool usage (From yocto-docs rev: 4d4e2b023e569bff466a8e7b07f1b7e8e2334df0) Signed-off-by: Thomas Epperson Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/dev-manual/common-tasks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 image, and boot from the media. You can write the image by using ``bmaptool`` or ``dd``:: - $ oe-run-native bmaptool copy mkefidisk-201804191017-sda.direct /dev/sdX + $ oe-run-native bmap-tools-native bmaptool copy mkefidisk-201804191017-sda.direct /dev/sdX or ::