Hi
I am trying to create multiple channels for RPMsg on my imx7s
On the M4 side I run FreeRTOS and the tty/pingpong examples are working.
In FreeRTOS I changed thedestination Pointer (app_chnl->dst --> app_chnl->dst1).
My questions now:
- Do I need to set multiple endpoints?
- Where else do I need to define the new addresses? In board.h/rpmsg_core.c or somewhere?
- What needs to be changed on the A7 side?
- Or am I completely wrong?
Best regards
Erik