Hi,
Has any one tried this on DM8168 EVM board?
Followed the instructions as per guide line in "http://processors.wiki.ti.com/index.php/OMX_EZSDK_Examples#How_to_Build" and I get the following error messages:
root@dm816x-evm:~# ./capture_encode_a8host_debug.xv5t -o test.data -m 1080p -f 60 -b 10000000 -n 500
output file: test.data
bit_rate: 10000000
frame_rate: 60
num_frames: 500
mode: 1080p
Capture-Encode example
===============================
[t=0x00000003] [tid=0x400eb000] xdc.runtime.Main: ERROR: "IpcSupport.c", line 147: ipc_initialize(), error in ProcMgr_ope)
xdc.runtime.Main: "IpcSupport.c", line 147: ipc_initialize(), error in ProcMgr_open()
[t=0x0000010b] [tid=0x400eb000] xdc.runtime.Main: ERROR: "IpcSupport.c", line 230: ipc_initialize() failed
xdc.runtime.Main: "IpcSupport.c", line 230: ipc_initialize() failed
Assertion at Line no: 1081 in /home/bob/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/syslink_2_00_02_80/packages/ti/sd
cap: DmmDelegateHeap.c:193: DmmDelegate_createIpcHeap: Assertion `(heapHandle != 0)' failed.
Aborted
Bob