imx_rpmsg_tty not working on IMX8MQ EVK with 4.14.98 prebuilt binaries

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx_rpmsg_tty not working on IMX8MQ EVK with 4.14.98 prebuilt binaries

326 Views
agnel_terry
Contributor III

Hi 

I am trying to validate the rpmsg  in the IMX8MQ EVK board with the prebuilt binaries , downloaded from the NXP site  , I trying with the 4.14.98 Kernel version and Yocto Sumo.

Bellow are the steps I tried to validate rpmsg:

1. In uboot load the auxiliary M4 image 

U-Boot > fatload mmc 1:1 0x7e0000 m4.bin
U-Boot > bootaux 0x7e0000

## Starting auxiliary core at 0x007E0000 ...

U-Boot>setenv fdt_file fsl-imx8mq-evk-m4.dtb

U-boot>boot

Once the Kernel boots 

insmod imx_rpmsg_tty.ko

after insmod checked /dev there is no ttyRPMSG0 node created, looks like the probe of the driver is not getting executed.

Can someone tell why in the prebuilt image why M4 rpmgs is not working and was this tested in this version of the kernel.

Thanks and Regards

Terry

 

 

0 Kudos
0 Replies