The platforms with combined boot image have full names for tiboot3.bin and to keep things consistent we can do the same here. Deploy these files.
Signed-off-by: Andrew Davis <[email protected]> --- meta-ti-bsp/conf/machine/include/j721e.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-ti-bsp/conf/machine/include/j721e.inc b/meta-ti-bsp/conf/machine/include/j721e.inc index f77099a1..ca653770 100644 --- a/meta-ti-bsp/conf/machine/include/j721e.inc +++ b/meta-ti-bsp/conf/machine/include/j721e.inc @@ -8,13 +8,16 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" IMAGE_BOOT_FILES += "sysfw.itb" -# Default sysfw.itb on J721e is for GP +# Default on J721e is for GP +IMAGE_BOOT_FILES += "tiboot3-j721e-gp-evm.bin" IMAGE_BOOT_FILES += "sysfw-j721e-gp-evm.itb" -# Since default sysfw.itb on J721e is for GP, add a version for HS-FS +# Since default on J721e is for GP, add a version for HS-FS +IMAGE_BOOT_FILES += "tiboot3-j721e_sr2-hs-fs-evm.bin" IMAGE_BOOT_FILES += "sysfw-j721e_sr2-hs-fs-evm.itb" -# Since default sysfw.itb on J721e is for GP, add a version for HS-SE +# Since default on J721e is for GP, add a version for HS-SE +IMAGE_BOOT_FILES += "tiboot3-j721e_sr1_1-hs-evm.bin" IMAGE_BOOT_FILES += "sysfw-j721e_sr1_1-hs-evm.itb" TFA_BOARD = "generic" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16605): https://lists.yoctoproject.org/g/meta-ti/message/16605 Mute This Topic: https://lists.yoctoproject.org/mt/99155411/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
