Skip to content

Linux Kernel Space Driver Example #539

Answered by tnmysh
kmkorym asked this question in Q&A
Discussion options

You must be logged in to vote

I want to use openamp to communicate on Linux master and RTOS slave.

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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tnmysh
Comment options

@kmkorym
Comment options

Answer selected by kmkorym
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants