Other Parts Discussed in Thread: TDA4VM
SDK version : 8.6
Terminal command : ./app_edgeai.py ../configs/object_detection.yaml
Hi,
When I run the example above, the terminal sometimes outputs a log as shown below.
After this log is output, it continues to output the log until the board is rebooted.
I want to know the cause.
root@tda4vm-sk:/opt# libtidl_onnxrt_EP loaded 0x2fd474e0 Final number of subgraphs created are : 1, - Offloaded Nodes - 289, Total Nodes - 289 APP: Init ... !!! MEM: Init ... !!! MEM: Initialized DMA HEAP (fd=5) !!! MEM: Init ... Done !!! IPC: Init ... !!! IPC: Init ... Done !!! REMOTE_SERVICE: Init ... !!! REMOTE_SERVICE: Init ... Done !!! 5007.568411 s: GTC Frequency = 200 MHz APP: Init ... Done !!! 5007.568484 s: VX_ZONE_INIT:Enabled 5007.568493 s: VX_ZONE_ERROR:Enabled 5007.568499 s: VX_ZONE_WARNING:Enabled 5007.570957 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! 5007.572114 s: VX_ZONE_INIT:[tivxHostInitLocal:93] Initialization Done for HOST !!! ==========[INPUT PIPELINE(S)]========== 5014.957735 s: VX_ZONE_ERROR:[ownContextSendCmd:799] Command ack message returned failure cmd_status: -7 5014.957776 s: VX_ZONE_ERROR:[ownContextSendCmd:835] tivxEventWait() failed. 5014.957789 s: VX_ZONE_ERROR:[ownNodeKernelInit:527] Target kernel, TIVX_CMD_NODE_CREATE failed for node node_190 5014.957800 s: VX_ZONE_ERROR:[ownNodeKernelInit:528] Please be sure the target callbacks have been registered for this core 5014.957808 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 5014.957818 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.hwa.vpac_viss ... failed !!! 5014.957831 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed 5014.957840 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed 5014.958254 s: VX_ZONE_ERROR:[ownReleaseReferenceInt:294] Invalid reference
Thank you in advance for your help.