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.

C6EZRun and OpenMax in the same app?

Is it possible for run c6ezrun (c6runlib) and openmax in the same application?

More specifically:

I use decode_display as the main app and call a API (compiled in c6runlib). The executable is generated without error. The API is as simple as hello world. (return (x+1))

However, when I run it on evm, the errors:

Assertion at Line no: 301 in /swcoe/sdk/cm/netra/arago-tmp/work/dm814x-evm-none-linux-gnueabi/ti-syslink-2_00_05_85-r1i/syslink_2_00_05_85/packagesd

Ipc_control(Ipc_CONTROLCMD_LOADCALLBACK) failed. Status = [0xFFFFFFFF]

C6RUN_IPC_create() failed!

 

Then I found out that on TI e2e web: Velan from TI says:

http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/t/162878.aspx#597693

“  It is not possible to use C6accel & OMX together, current design & implementation do not allow this. The above error is due to this only.”

So is it the same for C6ezrun? Not compatible for current ezsdk? 

Any input is highly appreciated. Thanks