Hi,
I would like to know how to get debug print messages from openmax components of VS demo.
I can see debug messages up to "omx_05_00_00_11/packages/ti/omx/domx/DomxCore.c" file, which does have API DomxInit() called by OMX_Init().
The board hangs while calling DomxCore_procInit(eb) from DomxInit() API.
DomxCore_procInit() is implemented in "omx_05_00_00_11/packages/ti/omx/domx/DomxProcMgrIf_BIOS.c" file, where I tried putting printf but print message doesn't come on console.
What is the way to get debug messages at this level ?
Thanks,
Sweta