Hi TI,
I want to boot MCU R5F along with MAIN island. On MAIN island I want to have running HLOS so I'm using SPL/U-boot and on MCU island I want to have running TI-RTOS. I couldn't find a clearly described way how to achieve this from documentation.
Based on documentation where booting was about MCU then it mentioned SBL and when it was about MAIN it mentioned SPL/U-boot, but not together.
I have found general booting graph where it shows that MCU R5F is booted by SPL. Because missing details I found one way to achieve this by handling remoteproc (with rproc command) from U-boot level, but I'm not sure if it is a right way.
My test u-boot command for MCU:
rproc init && rproc stop 0 && sf probe && sf read 0x90000000 0x800000 0x43b2b8 && rproc load 0 0x90000000 0x43b2b8 && rproc start 0
I am looking for the correct boot process for booting HLOS from eMMC (file based memory) and MCU R5F from OSPI(NOR, address based memory)and how to technically achieve this?
Regards,
Krzysztof