Skip to content

Commit 343099a

Browse files
committed
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 <[email protected]>
1 parent 09282bc commit 343099a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/linux/Foundational_Components/IPC/_RPMsg_char_driver.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ SDK wic image filesystem:
920920
TEST STATUS: PASSED
921921
922922
# 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'
923-
root@am62axx-evm:~# rpmsg_char_simple -r15 -p21 -n10
923+
root@am62axx-evm:~# rpmsg_char_simple -r15 -n10
924924
Created endpt device rpmsg-char-15-127176, fd = 3 port = 1024
925925
Exchanging 10 messages with rpmsg device ti.ipc4.ping-pong on rproc id 15 ...
926926
@@ -950,7 +950,7 @@ SDK wic image filesystem:
950950
TEST STATUS: PASSED
951951
952952
# C7x<->A53_0 IPC
953-
root@am62axx-evm:~# rpmsg_char_simple -r8 -p21 -n10
953+
root@am62axx-evm:~# rpmsg_char_simple -r8 -n10
954954
Created endpt device rpmsg-char-8-127180, fd = 3 port = 1024
955955
Exchanging 10 messages with rpmsg device ti.ipc4.ping-pong on rproc id 8 ...
956956

0 commit comments

Comments
 (0)