Replies: 2 comments 4 replies
-
Hello @ravijj If the echo exemple work in your environement I would have expected zero_copy exemple work too. could you share details on issue you are facing? That's said if you have the echo sample running in your environment, moving to the zero copy should not be a big stuff. Notice that you can do this in 2 steps, for instance keep normal echo test on Linux side and move to the zero-copy on bare metal, then move lInux appli on the zerocopy API |
Beta Was this translation helpful? Give feedback.
-
Hi Arnopo and Edmooring, Is it possible to compile the no-copy master application nocopy_echo: "apps/examples/echo/rpmsg-nocopy-ping.c" to Zynq7 Linux userspace? Here we are trying to make the open-amp no-copy example working between core to core instead of between the two Linux processes. Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi All,
We are currently working on Openamp integration in the Xilinx Zedboard.
One core cortex A9 running the Linux and another cortex A9 core running the bare-metal application.
Our aim is to communicate between these two core using the OpenAMP framework.
We have verified the echo example application one is running under the Linux and another one running as a bare-metal application.
Now, we are looking into no-copy communication between the Linux and bare-metal cores.
The existing no-copy example is demonstrating the no-copy communication running in the two Linux applications ping and echo.
Is there any example that demonstrates the no-copy application between Linux and bare-metal?
Your help is greatly appreciated.
Thanks and Regards,
Ravikiran J J
Beta Was this translation helpful? Give feedback.
All reactions