From: Denys Dmytriyenko <[email protected]> It appears there's no HS-SE SPL being produced with TI BSP 6.12, as there's no tiboot3-j742s2-hs-evm.bin being deployed. Disable it for now.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-ti-bsp/conf/machine/include/j742s2.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-ti-bsp/conf/machine/include/j742s2.inc b/meta-ti-bsp/conf/machine/include/j742s2.inc index 9a54e11e..67e30fe9 100644 --- a/meta-ti-bsp/conf/machine/include/j742s2.inc +++ b/meta-ti-bsp/conf/machine/include/j742s2.inc @@ -12,7 +12,9 @@ PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}" IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-fs-evm.bin" # Since default tiboot3.bin on J742S2 is for HS-FS, add a version for SR1.0 HS-SE -IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-evm.bin" +IMAGE_SR1_HS_SE_FILES = "tiboot3-j742s2-hs-evm.bin" +IMAGE_SR1_HS_SE_FILES:bsp-ti-6_12 = "" +IMAGE_BOOT_FILES += "${IMAGE_SR1_HS_SE_FILES}" TFA_BOARD = "j784s4" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18335): https://lists.yoctoproject.org/g/meta-ti/message/18335 Mute This Topic: https://lists.yoctoproject.org/mt/111350886/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
