RPMSG on TorizonCore 6 with Verdin iMX8M-Mini

Hi @vix,

On my side, I’m using the Dahlia carrier board (sometimes I also use the development board, but I don’t think it matters here) with the Verdin Mini and the serial cable connected to my computer (X18 USB type C on the Dahlia carrier board), so I can see both linux terminal and the UART from the M4.

I use picocom with a baud rate of 115200 to /dev/ttyUSB3 and /dev/ttyUSB2 to check the messages.

picocom -b 115200 /dev/ttyUSB3
picocom -b 115200 /dev/ttyUSB2

Same here, I use the “echo” command to test the RPMSG. This week I’ve also tested a container with python to write to /dev/ttyRPMSG30, if you want to check:

After running the echo command on linux, can’t you see any messages on the /dev/ttyUSB2?

Best Regards,
Hiago.