Tool/software:
How can be enable ipc between A72 and R5F cores via app. Is there any code guidance for that?
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.
Tool/software:
How can be enable ipc between A72 and R5F cores via app. Is there any code guidance for that?
Hello,
We do have ipc_echo_test in pdk folder which can be used to run as application on R5F side for communication between R5F and A72.
On A72 if it running linux, then we can use rpmsg_char_simple for communication.
To help you further,can you mention which R5F core and what HLOS you are planning to run on A72?
Regards
Tarun mukesh
I have built an app as a demo and there I have added the code for ipc nptify between two cores, so is it the correct way to go through?
This is the rtos sdk link :www.ti.com/.../08.06.00.12.
Have built one app and updated the code and enabled ipc notify between the R5F and A72 cores. This what we have done
Hello,
Have built one app and updated the code and enabled ipc notify between the R5F and A72 cores. This what we have done
yes you can do that , even we have an example ipc_echo_test available in SDK which communicates with R5F cores and also A72 running linux.
We do have ipc_echo_test in pdk folder which can be used to run as application on R5F side for communication between R5F and A72.
On A72 if it running linux, then we can use rpmsg_char_simple for communication.
As i mentioned above , have you had chance to look into the example and run at your end ?
Regards
Tarun Mukesh
Hello ,
I have rpmsg_char_simple in rtos sdk and the path is psdk_rtos/scripts/targetfs/usr/bin can we use this for communication
Regards
Ravulajaya
Hello,
NO need of linux SDK to build, rpmsg_char_simple is userspace example and you can run from the command terminal itself.
Have you looked into https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/11_00_00_06/exports/docs/pdk_jacinto_11_00_00_21/docs/userguide/jacinto/modules/ipc.html ?
If not ,please have a look it will have step by step guidance.
Regards
Tarun Mukesh