MCU R5作为引导启动A72上的HLOS之后,是不是可以在HLOS上去启动MCU或者DSP上的应用程序,或者有选择的开启或者关闭其中某个MCU或者DSP?
如果可以,我应该怎么去做?
谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
MCU R5作为引导启动A72上的HLOS之后,是不是可以在HLOS上去启动MCU或者DSP上的应用程序,或者有选择的开启或者关闭其中某个MCU或者DSP?
如果可以,我应该怎么去做?
谢谢!
请看下面e2e工程师的回复。
I am not still very clear on your query.
In general, each core run it's own instance of freeRTOS and these cores can communicate with each other with various ipc mechanisms.
Now there are multiple ways of realizing Linux+RTOS use cases. You can either load firmware on non A72 cores via U-boot or you can boot these cores via SBL and then let SBL load Linux on A72.
Also please refer to teh FAQ https://e2e.ti.com/support/processors-group/processors/f/processors-forum/915474/faq-tda4vm-different-ways-to-load-an-rtos-or-baremetal-application-along-with-linux
This should help with your queries. Let me know if you need any further details