Hello everyone!
How to send data from the M7 processor (imx8mp) to A53? On the Linux side, I just need to read the data. For some reason, I don't have /dev/ttyRPMSG0 on the Linux side, but there is rpmsg char: /dev/rpmsg_ctrl0 and /dev/rpmsg0. I suppose rpmsg0 would also suffice to read the data that the coprocessor sends via rpmsg?
Ideally, I need simple code examples from both sides (both M core and A core).
Thanks