nitrogen8mm: add uboot binary and upgrade script to boot part

In order to more easily update the uboot after flashing a yocto build,
add the generated uboot binary and upgrade uboot script to the boot
partition.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
This commit is contained in:
Chris Dimich 2021-01-26 16:10:32 -08:00 committed by Otavio Salvador
parent 72ec822873
commit c7337044e2

View File

@ -61,11 +61,14 @@ DDR_FIRMWARE_NAME = "\
lpddr4_pmu_train_2d_dmem.bin \
"
# wic support
WKS_FILE = "sdimage-bootpart.wks"
IMAGE_BOOT_FILES_append = " \
boot.scr-${MACHINE};boot.scr \
upgrade.scr-${MACHINE};upgrade.scr \
imx-boot;u-boot.${BOUNDARY_DEVICES_UBOOT_DEFCONFIG} \
"
# wic support
WKS_FILE = "sdimage-bootpart.wks"
WKS_FILE_DEPENDS_mx8 += " \
u-boot-script-boundary \
e2fsprogs-native \