OpenAMP / openamp-system-reference

End-to-end system reference material showcasing all the different aspects of OpenAMP, on multiple vendor platforms.
Other
16 stars 15 forks source link

examples: add apps that uses rpmsg in kernelspace #2

Closed tnmysh closed 2 years ago

tnmysh commented 2 years ago

rpmsg-mat-mul This example demonstrates communication between host and remote processor using rpmsg in kernelspace

rpmsg-proxy-app This example demonstrates use of host file system by remote processor

Signed-off-by: Tanmay Shah tanmay.shah@amd.com

tnmysh commented 2 years ago

What is the resolution of channel name discussion?

So, each demo is using same channel name for now, but it is possible to run multiple demos simultaneously with different channel name. It is also possible to give destination endpoint address from command line.

Each demo should have its own name right?

Yes if we want to run them simultaneously. This is needed specially when RPU is in split mode.

Running multiple versions of each demo is not needed but it should be possible (if not done today) to create one firmware that works with all 3 Linux examples

Yes it is possible.