-
I want to use openamp to communicate on Linux master and RTOS slave. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Terms "master" with "Host" and "slave" with "Remote" are replaced now. You can check following rpmsg drivers where Linux is Host: Corresponding Remote side demo is also available where zephyr RTOS is running on remote processor: |
Beta Was this translation helpful? Give feedback.
Terms "master" with "Host" and "slave" with "Remote" are replaced now.
You can check following rpmsg drivers where Linux is Host:
https://github.com/torvalds/linux/blob/master/samples/rpmsg/rpmsg_client_sample.c
https://github.com/torvalds/linux/blob/master/drivers/tty/rpmsg_tty.c
Corresponding Remote side demo is also available where zephyr RTOS is running on remote processor:
https://github.com/OpenAMP/openamp-system-reference/blob/main/examples/zephyr/rpmsg_multi_services/src/main_remote.c