HI Allen,
You can have a look at : http://www.linux-kvm.org/page/Virtio for virtio.
At the moment, in the OpenAMP repo, it only implements virtio ring.
You are welcomed to contribute to add other virtio device support in OpenAMP.
You can have a look at the source code of the Linux kernel driver implementation: in the linux kernel source drivers/virtio.
The “proxy” example shows stdio redirection from slave and also the slave can access files on the master’s file system.
Best Regards,
Wendy
--
You received this message because you are subscribed to the Google Groups "open-amp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
open-amp+u...@googlegroups.com.
To post to this group, send email to open...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You can have a look at : http://www.linux-kvm.org/page/Virtio for virtio.
At the moment, in the OpenAMP repo, it only implements virtio ring.
You are welcomed to contribute to add other virtio device support in OpenAMP.
You can have a look at the source code of the Linux kernel driver implementation: in the linux kernel source drivers/virtio.
The “proxy” example shows stdio redirection from slave and also the slave can access files on the master’s file system.
(Linux size, creates 3 channels, (1) serial, (2) clear message, (3) for Ethernet)
This should work for standard linux; the idea behind TCP/IP over rpmsg is to leverage existing applications on Linux FTP/TFTP. Multiple apps can create multiple rpmsg endpts or creating a protocol to use single endpt.