Hello.
We have encountered the following issue.
We send messages via MessageQ from IPU1 to DSP2 (both run TI RTOS).
Then we start Linux on MPU (A15 cores).
And arch/arm/mach-omap2/omap_hwmod.c driver initializes "mailbox7" among others in setup() procedure.
After that IPU1 hangs in MessageQ_put() procedure.
We see no obvious relationship between mailbox 7 and link from IPU1 to DSP2.
What might be the issue?
We have disabled mailbox 7 setup and for now it solved our problem.
But we cannot track all possible consequences of this decision.
What can it affect?
Regards,
Pavel