Other Parts Discussed in Thread: TI-CGT
I have updated the Linux SDK top level Makefile to add my custom firmware for MCU1_0 (MCU R5).
As I understand the path to the ELF image needs to be set as UBOOT_DM in the Makefile. But after this the size of my tispl.bin has bloated up from < 1MB to ~6MB.
I an now not able to fit this in the default layout of OSPI where a 2MB section is reserved for tispl.bin.
What can be done to reduce the size of the tispl.bin?