-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
SITSW-4611
-
09.02.01
-
10.00.00
-
The SBL examples makefiles includes generating the tiboot3.bin binary. This binary is currently generated by copying the GP SBL image instead of the HSFS one as shown
❯ make -C examples/drivers/boot/sbl_sd/am62x-sk-lp/r5fss0-0_nortos/ti-arm-clang scrub all | rg tiboot3.bin cp /home/p-shivhare/ti/mcu_plus_sdk/am62x/09_02_01_06/examples/drivers/boot/sbl_sd/am62x-sk-lp/r5fss0-0_nortos/ti-arm-clang/sbl_sd.release.tiimage tiboot3.bin
This is not right as the default support from SDKs are now for HSFS devices and so should be reflected here as well.