Template:High Assurance Boot MX8 UBOOT DTBS: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{#ifeq: {{#var:SOC_FAMILY}} | imx8m |
{{#ifeq: {{#var:SOC_FAMILY}} | imx8m |
<nowiki>|-<nowiki>
<nowiki>|-<nowiki>
<nowiki>|<nowiki>UBOOT_DTBS<nowiki>||<nowiki>
|UBOOT_DTBS||


imx-boot images for the i.MX8M family contain a fit image with one ore more U-Boot device tree files. Currently, signed imx-boot images can only contain a single device tree file.
imx-boot images for the i.MX8M family contain a fit image with one ore more U-Boot device tree files. Currently, signed imx-boot images can only contain a single device tree file.
Line 12: Line 12:
Only modify the default value of UBOOT_DTBS if you have added a new device tree to the U-Boot source code.
Only modify the default value of UBOOT_DTBS if you have added a new device tree to the U-Boot source code.
<nowiki>|-<nowiki>
<nowiki>|-<nowiki>
<nowiki>|<nowiki>UBOOT_DTB_DEFAULT<nowiki>||<nowiki>
|UBOOT_DTB_DEFAULT||
When UBOOT_DTBS contains more then one device tree (and therefore multiple imx-boot images are deployed), UBOOT_DTB_DEFAULT is used to select the default imx-boot for the SD card image.
When UBOOT_DTBS contains more then one device tree (and therefore multiple imx-boot images are deployed), UBOOT_DTB_DEFAULT is used to select the default imx-boot for the SD card image.



Revision as of 13:26, 25 February 2025

-<nowiki>