Hello
We have managed to boot applications to DSP and IPU from MLO and they do not crash after Linux starts.
Now we try to boot form MLO a DSP application which connects with Linux via IPC (an example from TI with GPIO and IPC GPIO_LedBlink_evmAM572x_c66xExampleProject_with_ipc.zip
taken here processors.wiki.ti.com/.../Linux_IPC_on_AM57xx
Now the DSP application hangs in IpcMgr_ipcStartup() procedure and app_host application in Linux does not connect to it.
What should we check / change in DSP application (maybe, change resource table, change something in cfg-file etc.)?