Hi,
I have been working with imx8mn evk board and want make use of the rpmsg module to communicate between the 2 cores(A53 and M7).
I run the insmod command, but a /dev/ttyRPMSG file is not generated.
=> insmode /lib/modules/<version>/kernel/driver/rpmsg/imx_rpmsg_tty.ko
How to enable this /dev/ttyRPMSG port?
How do I establish communication between the M7 and A53 cores of the board?
BoardType:8MNANOLPD4-EVK
Yocto Image:core-image-base, imx-image-core
zcat /proc/config.gz > ./config
# Rpmsg drivers
CONFIG_RPMSG=y
CONFIG_RPMSG_CHAR=y
CONFIG_RPMSG_QCOM_GLINK=y
CONFIG_RPMSG_QCOM_GLINK_PRM=y
CONFIG_VIRTIO=y
CONFIG_HAVE_IMX_RPMSG=y
CONFIG_IMX_RPMSG_PINGPONG=m
CONFIG_IMX_RPMSG_TTY=m
Best regards,
Takeo.