Hello
On a i.Mx8xp, I want to run https://github.com/nxp-mcuxpresso/mcux-sdk-examples/tree/main/evkmimx8mq/multicore_examples/rpmsg_li... on the Cortex M4 and get some communication from linux running on Cortex A53.
Is it something that is supported ?
When I start application on the Corex M4, linux raises this error
[ 528.328703] remoteproc remoteproc0: Booting fw image rpmsg_lite_str_echo_rtos_imxcm4.elf, size 193788
[ 528.389155] remoteproc0#vdev0buffer: assigned reserved memory node vdev0vring0@90000000
[ 528.397595] virtio_rpmsg_bus: probe of virtio0 failed with error -12
[ 528.404024] remoteproc0#vdev0buffer: registered virtio0 (type 7)
[ 528.410243] remoteproc0#vdev1buffer: assigned reserved memory node vdev0vring0@90000000
[ 528.418709] virtio_rpmsg_bus: probe of virtio1 failed with error -12
[ 528.425122] remoteproc0#vdev1buffer: registered virtio1 (type 7)
[ 528.431311] remoteproc remoteproc0: remote processor imx-rproc is now up
Is https://github.com/nxp-mcuxpresso/rpmsg-lite supported on i.Mx8xp and how exchange data with the linux kernel ?
Thanks for your support,
Herve.