From 343099ae50b0918efc7fc572ceaee8c7a1f6a802 Mon Sep 17 00:00:00 2001 From: Hari Nagalla Date: Wed, 23 Jul 2025 08:11:50 -0500 Subject: [PATCH] fix(linux): Update rpmsg ping sample for 11.1 release Update RPMessage ping sample to use default remote endpoint Id: 14. The AM62A firmwares are updated to use these endpoint Ids. Signed-off-by: Hari Nagalla --- .../linux/Foundational_Components/IPC/_RPMsg_char_driver.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/linux/Foundational_Components/IPC/_RPMsg_char_driver.rst b/source/linux/Foundational_Components/IPC/_RPMsg_char_driver.rst index d387cd1fd..d5af64bef 100644 --- a/source/linux/Foundational_Components/IPC/_RPMsg_char_driver.rst +++ b/source/linux/Foundational_Components/IPC/_RPMsg_char_driver.rst @@ -920,7 +920,7 @@ SDK wic image filesystem: TEST STATUS: PASSED # for DM R5F<->A53 IPC, use the below command. For remote proc ids, please refer to : 'https://git.ti.com/cgit/rpmsg/ti-rpmsg-char/tree/include/rproc_id.h' - root@am62axx-evm:~# rpmsg_char_simple -r15 -p21 -n10 + root@am62axx-evm:~# rpmsg_char_simple -r15 -n10 Created endpt device rpmsg-char-15-127176, fd = 3 port = 1024 Exchanging 10 messages with rpmsg device ti.ipc4.ping-pong on rproc id 15 ... @@ -950,7 +950,7 @@ SDK wic image filesystem: TEST STATUS: PASSED # C7x<->A53_0 IPC - root@am62axx-evm:~# rpmsg_char_simple -r8 -p21 -n10 + root@am62axx-evm:~# rpmsg_char_simple -r8 -n10 Created endpt device rpmsg-char-8-127180, fd = 3 port = 1024 Exchanging 10 messages with rpmsg device ti.ipc4.ping-pong on rproc id 8 ...