Hi All,
I am trying to start a demo application under mcusw_demos in psdk from SD card (Boot mode is set to SD_Boot in the boot dip switch) in mcu1_0 core. So built this application (can_profiling ) and renamed the binary generated (mcal_ti_rtos_aptiv_mcu1_0_debug_BE.appimage) from the build as "app". Then kept both tiboot3(SBL from default evm prebuilt image) and "app" binary in the boot partition.of the SD card.
I expect tiboot3.bin to start the app binary. But looks it is not starting the application binary on power up. A72 is properly booting the Linux. but not the mcu1_0 I have a few questions on the same.
1.Is the procedure i followed is correct or not for starting the mcu1_0 from SBL?
2.Since SBL also runs in mcu1_0 , is it possible for it to start another binary on the same core or it has to be built for other cores like mcu1_1 or main domain cores.?
3. Do i need to any device tree changes on linux side to reserve memory for r5f cores according to the memory map generated by the compiler or the linker.ld file?
4. Does the renamed image to "app" (mcal_ti_rtos_aptiv_mcu1_0_debug_BE.appimage) is the right one ?
*This application runs perfectly when i run the same through JTAG and could see the traces coming from one of the mcu domain uarts and the evm used is EVM_J721E( Soc DRA829).
Can you let me know the way of resolving this issue?
With regards,
Jeyaseelan
