Template:High Assurance Boot MX8 UBOOT DTB V2: Difference between revisions

From Variscite Wiki
(Created page with "|- |UBOOT_DTB_DEFAULT||imx-boot images for the i.MX8M family contain a FIT image with one or more U-Boot device tree files. Currently, signed imx-boot images can contain only a single device tree file.")
 
No edit summary
Line 1: Line 1:
|-
|-
|UBOOT_DTB_DEFAULT||imx-boot images for the i.MX8M family contain a FIT image with one or more U-Boot device tree files. Currently, signed imx-boot images can contain only a single device tree file.
|UBOOT_DTB_DEFAULT||
The imx-boot images contain a FIT image with one or more U-Boot device tree files. Currently, signed imx-boot images can contain only a single device tree file.
 
To select the right U-Boot device tree:
UBOOT_DTB_DEFAULT = "{#var:U-BOOT_DTB_DART}" # For dt8mcustomboard
or
UBOOT_DTB_DEFAULT = "${#var:U-BOOT_DTB_SOM}" # For symphony

Revision as of 20:29, 24 February 2025

|- |UBOOT_DTB_DEFAULT|| The imx-boot images contain a FIT image with one or more U-Boot device tree files. Currently, signed imx-boot images can contain only a single device tree file.

To select the right U-Boot device tree:

UBOOT_DTB_DEFAULT = "{#var:U-BOOT_DTB_DART}" # For dt8mcustomboard
or
UBOOT_DTB_DEFAULT = "${#var:U-BOOT_DTB_SOM}" # For symphony