Tool/software:
Hello TI experts,
I have few questions where i would like your guidance to continue mi investigation through the correct path:
1-What is the typical boot sequence for SDK QNX? (considering for SDK RTOS is "MCUROM->SBL->App" and for SDK LINUX is MCUROM->R5SPL->A72SPL->UBOOT->LinuxKernel)
2-Could you guide me how to initialize Main Domain (lets say the A72 core) using SDK RTOS? (i already generated the SBL image and was able to bring up MCU domain, now i want to initialize the Main Domain and according to docs seems like i need another image but is not clear to me how to proceed)
3-I already found where i can declare the address for the MCU R5F application entry point, but where is the declaration of this entry point for another secondary image, lets say A72 from Main domain (related to previous question) in the SDK RTOS?
Many thanks in advance for your support!