This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: DSP booted from MLO hangs on IPC startup

Part Number: AM5728


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.)?