To enable fast CAN response, I need to use SBL to load MCU1_0 image (either AUTOSAR or TI-RTOS).
boot_app_mcu_rtos is the demo app in SDK release for the early CAN response implementation. The boot app inside can be used to boot other cores in MAIN domain.
But the boot app reads the MAIN domain core images from OSPI flash. In my case, the MAIN domain core images may reside in eMMC.
How can I adapt this demo to achieve loading MAIN domain core images from eMMC(or SD)?