Imx8m mini Messaging unit issue

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

Imx8m mini Messaging unit issue

1,592 Views
Jarvis3345
Contributor II

Hi Team,

Iam currently working on i.mx8m mini SoM using a custom carrier board the yocto version iam using is kirkstone with kernel version 5.15 and uboot 2022, Iam using messaging unit for the interprocessor communication but after loading the m4 binary the board boots fine and I am getting logs from m4 and a53 in the serial but the communication between the m4 and a53 is not happening when I debug the imx-mailbox.c it is observed that the probe is happening properly but the imx_mu_startup and the imx_mu_isr function is not getting called.The MU is working perfectly fine in the 5.4 kernel and the IPC is working fine, do  I have to enable something in the new kernel or help me figure out what iam missing.

Thanks

Abiram

Labels (1)
Tags (1)
0 Kudos
Reply
2 Replies

1,570 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @Jarvis3345 

You don't need modify the default kernel code, can you confirm again about imx_mu_isr function?

0 Kudos
Reply

1,564 Views
Jarvis3345
Contributor II

Hi,

I was missing "rx" and "tx" in the mboxes names because of which the driver itself was not probing after adding that to the dts file(custom dts file) it worked

Thanks for the reply @Zhiming_Liu 

0 Kudos
Reply