Hi,
I'm wanting to try the rpmsg char driver to give us more flexibility and allow control in user space over the endpoints but i'm struggling to get the driver to load or even appear in the kernel image built in bitbake. I've set it in the kernel config by setting;
"CONFIG_RPMSG_CHAR=y"
but that didn't work as i can't see the contol file in dev/ and can't see it in the modules list,
setting this config;
"CONFIG_RPMSG_VIRTIO_CHAR=y"
also didn't seem to change anything.
i have the following set;
"CONFIG_RPMSG_VIRTIO=y
CONFIG_HAVE_IMX_RPMSG=y
CONFIG_RPMSG=y"
and was able to get the tty rpmsg driver to work but can't seem to get the char driver to even load.
Is there something else i'm suppose to do? Sorry i'm still learning the embedded linux side and so still new to this.