RPmsg in pico-imx7d using mainline linux (5.6.xx) and Yocto dunfell
Neuber Sousa <neuberfran@...>
I have been interested in communicating between the a7 and the m4 of my imx7d-pico using RPmsg for a long time. Today I found that this tutorial:https://www.youtube.com/watch?v=4zMyjaEgj2U&t=1182s I don’t use mainline linux. I stay using kernel 5.6.xx with libgpiod 1.5 Using libgpiod I want to press a controlled button on a7 and flash an LED (which is waiting for this command) on m4
I was checking the issue link below and I have 2 questions below: |
|
Fabio Estevam
Hi Neuber,
On Sun, Aug 15, 2021 at 10:50 PM Neuber Sousa <neuberfran@...> wrote: 5.6 is an unsupported kernel version. It is not a good idea to develop using such an unsupported kernel version. Please see the supported ones at https://www.kernel.org/ Using libgpiod I want to press a controlled button on a7 and flash an LED (which is waiting for this command) on m4These drivers only exist on the NXP vendor kernel. Mainline uses drivers/remoteproc/imx_rproc.c instead. |
|
Fabio Estevam
Hi Neuber,
I think you forgot to hit reply-all. On Mon, Aug 16, 2021 at 10:55 AM Neuber Sousa <neuberfran@...> wrote: The mailbox driver is at drivers/mailbox/imx-mailbox.c in mainline. Sure, feel free to use it. It is just that you will not get any support from the community using this version. Personally, I haven't used the remoteproc driver in mainline, so I can't help you. |
|