Hi,
I am trying to find out the mechanism within TI-CCS to combine two programs for the Cortex_R5_0 and the ICSSM_PRU_0 (a.out files or RPRC files) into an appimage file. This combined appimage file would be downloaded using the python procedure described within the SDK. While I am able to manually create the RPRC files from the 'a.out' I do fail to combine them using the "Multi-core Image Gen" tool.
Q: Is the SBL capable of loading the application for a Cortex and the PRU core and then releasing the cores in order to start execution of both programs? Or do I need to write a custom function to do so?
Q: Is there a way to configure the 'post build' process that let me automate the creation steps described in the "Booting Tools" section of the AM263x+SDK documentation in order to get the appimage file with the two programs mentioned?
Q: The concept of signing. Is this mandatory? I am able to download one single app for the Cortex_R5_0 into the QSPI flash and boot from it. However I did not manually sign anything.
Thank's
br
Markus