Open angolini opened 1 year ago
UBOOT_CONFIG[sd-m1] = "imx8mp_m1_defconfig,sdcard,imx8mp_m1.dtb" UBOOT_CONFIG[sd-m2] = "imx8mp_m2_defconfig,sdcard,imx8mp_m2.dtb"
This is wrong, there is already a third field which is just now being documented: https://lists.yoctoproject.org/g/poky/message/13167
I'm not sure which exact comment to pin here, that's why I pinnet this one. However, the main point of this issue is to discuss how to handle multiple IMXBOOT_TARGETS and how to related the IMXBOOT_TARGET to the machine
Okay. I did just fix my original comment.
Can we extend
UBOOT_CONFIG
directly?Can we add
IMXBOOT_TARGETS
toUBOOT_CONFIG
?We should have an actual implementation. The EVK machines seem a good fit. How about reworking the
include/imx*-evk.inc
design? For an example, if we chooseimx8mp-unified-evk.conf
for the unified machine name, thenimx8mp-lpddr4-evk.conf
might include the following important lines:Originally posted by @thochstein in https://github.com/Freescale/meta-freescale/issues/1642#issuecomment-1697936744