Lines Matching full:linux
13 * `Linux rpmsg client sample <https://elixir.bootlin.com/linux/latest/source/samples/rpmsg/rpmsg_cl…
14 * `Linux rpmsg tty driver <https://elixir.bootlin.com/linux/latest/source/drivers/tty/rpmsg_tty.c>`_
17 a Linux kernel OS on the main processor and a Zephyr application on
33 Linux setup
43 Linux console
46 Open a Linux shell (minicom, ssh, etc.) and insert the ``rpmsg_client_sample`` module into the Linu…
66 For each message received, its content is displayed as shown down below then sent back to Linux.
73 OpenAMP[remote] Linux responder demo started
75 OpenAMP[remote] Linux sample client responder started
77 OpenAMP[remote] Linux TTY responder started
78 [Linux sample client] incoming msg 1: hello world!
79 [Linux sample client] incoming msg 2: hello world!
81 [Linux sample client] incoming msg 99: hello world!
82 [Linux sample client] incoming msg 100: hello world!
83 OpenAMP Linux sample client responder ended
89 Linux setup
99 Linux console
102 Open a Linux shell (minicom, ssh, etc.) and print the messages coming through the rpmsg-tty endpoin…
103 On the Linux console, send a message to Zephyr which answers with the :samp:`TTY {<addr>}:` prefix.
115 On the Zephyr console, the received message is displayed as shown below, then sent back to Linux.
122 OpenAMP[remote] Linux responder demo started
124 OpenAMP[remote] Linux sample client responder started
126 OpenAMP[remote] Linux TTY responder started
127 [Linux TTY] incoming msg: Hello Zephyr