summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/bmaptool.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/bmaptool.rst')
-rw-r--r--documentation/dev-manual/bmaptool.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/bmaptool.rst b/documentation/dev-manual/bmaptool.rst
index 4ee6f5e48b..9add72cf3b 100644
--- a/documentation/dev-manual/bmaptool.rst
+++ b/documentation/dev-manual/bmaptool.rst
@@ -28,18 +28,18 @@ Following, is an example that shows how to flash a Wic image. Realize
28that while this example uses a Wic image, you can use Bmaptool to flash 28that while this example uses a Wic image, you can use Bmaptool to flash
29any type of image. Use these steps to flash an image using Bmaptool: 29any type of image. Use these steps to flash an image using Bmaptool:
30 30
311. *Update your local.conf File:* You need to have the following set 31#. *Update your local.conf File:* You need to have the following set
32 in your ``local.conf`` file before building your image:: 32 in your ``local.conf`` file before building your image::
33 33
34 IMAGE_FSTYPES += "wic wic.bmap" 34 IMAGE_FSTYPES += "wic wic.bmap"
35 35
362. *Get Your Image:* Either have your image ready (pre-built with the 36#. *Get Your Image:* Either have your image ready (pre-built with the
37 :term:`IMAGE_FSTYPES` 37 :term:`IMAGE_FSTYPES`
38 setting previously mentioned) or take the step to build the image:: 38 setting previously mentioned) or take the step to build the image::
39 39
40 $ bitbake image 40 $ bitbake image
41 41
423. *Flash the Device:* Flash the device with the image by using Bmaptool 42#. *Flash the Device:* Flash the device with the image by using Bmaptool
43 depending on your particular setup. The following commands assume the 43 depending on your particular setup. The following commands assume the
44 image resides in the :term:`Build Directory`'s ``deploy/images/`` area: 44 image resides in the :term:`Build Directory`'s ``deploy/images/`` area:
45 45