Hi,
I am using OMAP-L138 processor for one of our custom board. So how do I check the DSP core is up and running from debug terminal (UART).?
Regards,
Sharmila
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.
Hi,
I am using OMAP-L138 processor for one of our custom board. So how do I check the DSP core is up and running from debug terminal (UART).?
Regards,
Sharmila
Hi Sharmila,
I am routing your query to our Linux IPC expert. Response will be updated here.
Hello Sharmila,
Linux uses the remoteproc driver to load other cores. So you can start by searching your boot logs for "remoteproc".
Please reference the SDK 6.3 IPC documentation for more information:
3.7. IPC — Processor SDK Linux Documentation
While the documentation mostly talks about AM57x, it should also apply to OMAP-L138. Note that you will want to modify symbolic link
/lib/firmware/rproc-dsp-fw to point to your DSP firmware.
You can find an example of loading and unloading DSP firmware here:
https://software-dl.ti.com/processor-sdk-linux/esd/docs/06_03_00_106/linux/Foundational_Components_Multimedia_IVAHD.html#firmware-loading-and-unloading
Regards,
Nick