Replies: 4 comments 5 replies
-
Hello, Here is an example in zephyr that uses multi endpoint / multi channel: Another example on stmp157-dk2 platform running with two instances of the Linux rpmsg_tty driver: |
Beta Was this translation helpful? Give feedback.
-
On the openamp side, i find that it only supports one endpoint bind with one channel. Is it as what i thought? |
Beta Was this translation helpful? Give feedback.
-
On openAMP side the notion of endpoint and channel are mixed. You reference an endpoint with a name service. you can instantiate several endpoints with the same service name. If ept->dest_addr == RPMSG_ADDR_ANY this lead to the creation of several channel on Linux side. |
Beta Was this translation helpful? Give feedback.
-
Hi friend: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
At present, i am debugging the openamp communication, and one side is linux, the other side is baremetal. On the linux side , i use the rpmsg framework, which is supplied by the linux kernel. On the baremetal side, i use openamp framework. Now one endpoint, one channel is ok, multi endpoint, multi channel is also ok. But multi endpoint, one channel get me in stuck. I can't debug it out. So, is this way supported now? I can't find any examples in the source code to reference. Can you help me?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions