Is there a solution for large data exchange between cores? #536
Unanswered
shellyfengfeng
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Similar discussion is starting on the linux mailing list: https://www.spinics.net/lists/linux-remoteproc/msg17100.html RPMSG currently does not support dynamic buffer allocation. One solution is to use indirect buffer, where rpmsg is used to provide the address and size of allocated buffers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the RPMSG buffer size is fixed, if large data(not fixed size) are needed to exchange between two cores, maybe RPMSG couldn't support the scenario, is there other solution to solve it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions