I'm trying to find A72 Linux matching part for mcusw/mcuss_demos/inter_core_comm/ipc_remote sample, maybe it is meant to work only with TI RTOS on A72?
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.
I'm trying to find A72 Linux matching part for mcusw/mcuss_demos/inter_core_comm/ipc_remote sample, maybe it is meant to work only with TI RTOS on A72?
This thread is split from https://e2e.ti.com/support/processors/f/791/p/904897/3344836#3344836
Hi Grigory,
For this you need to look at the MCUx_x (autosar) -> MCUx_x (tirtos) as one piece and MCUx_x (tirtos) -> A72 (linux) as another piece.
There in an example in MCUSW - this talks from the MCU1_0 (running AUTOSAR) to MCU2_1 (running TI RTOS) - http://downloads.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/mcusw/mcal_drv/docs/drv_docs/demo_cdd_ipc_profile_top.html
For the other refer the example in PDK - this talks from a TI RTOS running core to A72 (running linux) - http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_device_drv.html#ipclld
Taking reference from these two, then you need to write your own application to do the whole chaining.
Regards,
Karan