Dear expert,
I'm trying to run simultaneously a codec engine example (universal_copy) and a omx example (capture_encode and encode) on DM8168. Using the original configuration of universal_copy example is not possible to run it if HDVICP2 and HDVPSS firmware are loaded.
Following the useful indications in this post
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/t/149505.aspx
I successfully edit the universal_copy example configuration in order to run the example also if HDVICP2 and HDVPSS firmware are loaded.
The problem comes if I want to run such example toghether with one of the example in the omx package, for example the capture_encode or the encode example. In particular seems that the problem is a memory conflict with HDVPSS, since the only coding (encode) omx example and the universal_copy example can run toghether. But if I launch the capture_encode example and than the universal_copy example I receive the following error on serial console
**** Platform_loadCallback: owner of slave region does not match host entry
Error [0xffffffff] at Line no: 2616 in file xxxxxx/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/family/hlos/knl/ti81xx/Platform.c
*** Ipc_control: Platform_loadCallback failed!
Error [0xffffffff] at Line no: 840 in file xxxxxxxx/ti-ezsdk_dm816x-evm_5_05_02_00/component-sources/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Ipc.c
Can someone help me to solve this apparently memory map conflict?
Thank you
LL