![NXP Semiconductors ASUG Скачать руководство пользователя страница 7](http://html1.mh-extra.com/html/nxp-semiconductors/asug/asug_user-manual_1721768007.webp)
3.5 Building boot.img
boot.img and boota are default booting commands.
As outlined in
Running the Android Platform with a Prebuilt Image
, we use boot.img and boota as default commands to boot
instead of the uramdisk and Image we used before.
Use this command to generate boot.img under Android environment:
# Boot image for i.MX 8M Nano EVK board
$ source build/envsetup.sh
$ lunch evk_8mn-userdebug
$ make bootimage -j4
For other platforms, use lunch <buildName-buildType> to set up the build configuration. For detailed build configuration, see
Section 3.2 "Building Android images".
3.6 Building dtbo.img
Dtbo image holds the device tree binary of the board.
To generate dtbo.img under the Android environment, use the following commands:
# dtbo image for i.MX 8M Nano board
$ source build/envsetup.sh
$ lunch evk_8mn-userdebug
$ make dtboimage -j4
For other platforms, use lunch <buildName-buildType> to set up the build configuration. For detailed build configuration, see
Section 3.2 "Building Android images".
4 Running the Android Platform with a Prebuilt Image
Table 6. Image packages
Image package
Description
android_p9.0.0_2.3.2_image_8mnevk.tar.gz
Prebuilt image for i.MX 8M Nano EVK board, which includes NXP extended
features.
android_p9.0.0_2.3.2_image_8qmek.tar.gz
Prebuilt image for i.MX 8QuadXPlus MEK board, which includes NXP
extended features.
The following tables list the detailed contents of android_p9.0.0_2.3.2_image_8mnevk.tar.gz image package.
The table below shows the prebuilt images to support the system on i.MX 8M Nano EVK boards.
Table 7. Images for i.MX 8M Nano EVK
i.MX 8M Nano EVK image
Description
u-boot-imx8mn.imx
Bootloader without Trusty OS integrated into it for i.MX 8M Nano EVK DDR4 board.
u-boot-imx8mn-trusty.imx
Bootloader with Trusty OS integrated into it for i.MX 8M Nano EVK DDR4 board.
u-boot-imx8mn-evk-uuu.imx
Bootloader used by UUU for i.MX 8M Nano EVK DDR4 board. It is not flashed to
MMC.
u-boot-imx8mn-lpddr4.imx
Bootloader without Trusty OS integrated into it for i.MX 8M Nano EVK LPDDR4
board.
Table continues on the next page...
NXP Semiconductors
Running the Android Platform with a Prebuilt Image
Android
™
User's Guide, Rev. P9.0.0_2.3.2, 6 March 2020
User's Guide
7 / 31