Hi Andrew, On Wed, Feb 05, 2020 at 02:24:07AM -0800, Andrew P. Lentvorski wrote: > I seem to be missing something obvious: Where do I get the values for > src and dst in the pru_rpmsg_send() function? > > The TI examples do a pru_rpmsg_receive() first and then echo back to the > same src and dst. That seems ... odd. What's the point of having a > variable src and dst if they are effectively hardwired to a single > communication channel? Since pru_rpmsg_send/receive() don't exist in the mainline kernel you will have to be more specific... What TI examples are you referring to? Where can we find them? There are other rpmsg_sendxyz() functions that allow you to send messages to different addresses[1]. Given the amount of information, I'm afraid there isn't much else I can add at this time. Thanks, Mathieu [1]. https://elixir.bootlin.com/linux/latest/source/include/linux/rpmsg.h#L125 > > Thanks.