Lines Matching +full:build +full:- +full:system +full:- +full:debian
1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 `bmaptool`, which is integrated into the OpenEmbedded build system.
11 system image files much faster.
15 - If you are using Ubuntu or Debian distributions, you can install
16 the ``bmap-tools`` package using the following command and then
20 $ sudo apt install bmap-tools
22 - If you are unable to install the ``bmap-tools`` package, you will
23 need to build `bmaptool` before using it. Use the following command::
25 $ bitbake bmaptool-native -caddto_recipe_sysroot
36 #. *Get Your Image:* Either have your image ready (pre-built with the
38 setting previously mentioned) or take the step to build the image::
44 image resides in the :term:`Build Directory`'s ``deploy/images/`` area:
46 - If you installed the package for `bmaptool`, you can directly run::
48 $ sudo bmaptool copy build-directory/tmp/deploy/images/machine/image.wic /dev/sdX
50 - Otherwise, if you built `bmaptool` with BitBake, run::
53 …$ oe-run-native bmaptool-native bmaptool copy build-directory/tmp/deploy/images/machine/image.wic …
57 $ bmaptool --help