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.

SK-AM64B: noRTOS and Linux project

Part Number: SK-AM64B


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 

    $(RM) $(PROFILE)/am64-main-r5f0_1-fw
    $(STRIP) -o=$(PROFILE)/am64-main-r5f0_1-fw $(OUTFILE)
So I update the symbolic link but the firmware did not started
Also I updated the memory map linker.cmd based on zerocopy 
I check and i not using the UART