Part Number: PROCESSOR-SDK-AM68A
Other Parts Discussed in Thread: AM68A
Hi,
I am running a segmentation model on TI-EVM for AM68A. The artifacts are successfully generated using edgeai-benchmark without any errors.
During the inference on TI board, I recieved this error,
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=4) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
14120.976291 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
14120.976366 s: VX_ZONE_INIT:Enabled
14120.976378 s: VX_ZONE_ERROR:Enabled
14120.976386 s: VX_ZONE_WARNING:Enabled
14120.977218 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
14120.978125 s: VX_ZONE_INIT:[tivxHostInitLocal:93] Initialization Done for HOST !!!
14121.132763 s: VX_ZONE_ERROR:[ownContextSendCmd:799] Command ack message returned failure cmd_status: -1
14121.132797 s: VX_ZONE_ERROR:[ownContextSendCmd:835] tivxEventWait() failed.
14121.132824 s: VX_ZONE_ERROR:[ownNodeKernelInit:527] Target kernel, TIVX_CMD_NODE_CREATE failed for node TIDLNode
14121.132835 s: VX_ZONE_ERROR:[ownNodeKernelInit:528] Please be sure the target callbacks have been registered for this core
14121.132843 s: VX_ZONE_ERROR:[ownNodeKernelInit:529] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
14121.132854 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.tidl:1:1 ... failed !!!
14121.132872 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
14121.132882 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
TIDL_RT_OVX: ERROR: Verifying TIDL graph ... Failed !!!
TIDL_RT_OVX: ERROR: Verify OpenVX graph failed
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Can you guide me to solve this issue?
Thanks,
Ahmed