Other Parts Discussed in Thread: BQ40Z60
Tool/software: Linux
I'm running a test where I start and stop the DSPs on the AM5728 in a continuous loop. The test involves a few MessageQ messages going back and forth once the DSP has been started.
I can run the test successfully for an entire day on either DSP independently as long as I am only doing the start/stop loop on 1 of the DSPs.
If I run the test, asynchronously and start/stop both DSPs the test only lasts a few minutes and I see these errors:
[ 809.010549] omap-mailbox 48840000.mailbox: Try increasing MBOX_TX_QUEUE_LEN
[ 809.017583] omap-rproc 40800000.dsp: PM mbox_send_message failed: -105
[ 822.130458] omap-mailbox 48842000.mailbox: Try increasing MBOX_TX_QUEUE_LEN
[ 822.137461] omap-rproc 41000000.dsp: PM mbox_send_message failed: -105
I'm at a loss as to why these mailbox failures only pop up when I'm starting/stopping both DSPs at the same time.
Any ideas?