I used the example of the shared memory
https://git.ti.com/cgit/rpmsg/rpmsg_char_zerocopy/
The R5f are all using the FreeRTOS and
I notice the other examples like the ipc_rpmsg_echo_linux are all FreeRTOS.
I need to adapt the R5f part to be noRTS.
So my strategy is just to adapt a nortos project to run with linux.
My first test was to adapt the ipc_rpmsg_echo (C:\ti\mcu_plus_sdk_am64x_08_06_00_45\examples\drivers\ipc\ipc_rpmsg_echo\am64x-sk\r5fss1-0_nortos)
and test the echo with the linux client
My main modification was to change the
makefile_ccs_bootimage_gen
and add the lines
