Hello TI,
I'm working for an object detection application that is developed from taking "app_tidl_od" application as the reference on sdk 08_05_00_11. It is successfully running on PSDK 08.05.00.11. Now I want to migrate the code changes of tiovx and vision_apps into the latest sdk 08.06.01.03 . New sdk is installed and built successfully and demo applications are also tested for the verification. I have made necessary code changes into the latest sdk. It got built successfully but getting errors while running on the TI-TDA4VM board. I have attached the error log here.
Note: Please ignore the debug print statements in the error log.
Could you please guide me based on the error log.
root@j7-evm:/opt/vision_apps# ./run_app_tidl_rci_od.sh 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 !!! 43.696096 s: GTC Frequency = 200 MHz APP: Init ... Done !!! 43.704544 s: VX_ZONE_INIT:Enabled 43.704574 s: VX_ZONE_ERROR:Enabled 43.704581 s: VX_ZONE_WARNING:Enabled 43.705648 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! 43.706931 s: VX_ZONE_INIT:[tivxHostInitLocal:93] Initialization Done for HOST !!! enter app_tidl_rci_od_main enter app_default_param_set enter set_scaler_defaults exit set_scaler_defaults enter set_pre_proc_defaults exit set_pre_proc_defaults enter set_display_defaults exit set_display_defaults exit app_default_param_set enter app_parse_cmd_line_args enter app_set_cfg_default exit app_set_cfg_default enter app_update_param_set enter update_pre_proc_params enter update_postproc_defaults exit update_postproc_defaults enter update_img_mosaic_defaults enter tivxImgMosaicParamsSetDefaults exit tivxImgMosaicParamsSetDefaults exit update_img_mosaic_defaults exit app_update_param_set enter app_init enter tivxHwaLoadKernels exit tivxHwaLoadKernels enter tivxImgProcLoadKernels exit tivxImgProcLoadKernels enter tivxTIDLLoadKernels exit tivxTIDLLoadKernels enter tivxRciPostprocA72LoadKernels entered tivxAddTargetKernelRciPostprocA72 exit tivxAddTargetKernelRciPostprocA72 exit tivxRciPostprocA72LoadKernels enter app_init_scaler exit app_init_scaler enter app_init_tidl enter readConfig exit readConfig enter readNetwork Computing checksum at 0x0000FFFFAF5894C0, size = 12712900 exit readNetwork enter updateChecksums exit updateChecksums enter createOutputTensors exit createOutputTensors enter createOutputTensors exit createOutputTensors enter tivxAddKernelTIDL exit tivxAddKernelTIDL exit app_init_tidl enter app_update_pre_proc enter createOutputTensors exit createOutputTensors exit app_update_pre_proc enter app_init_pre_proc exit app_init_pre_proc enter app_rci_update_postproc exit app_rci_update_postproc enter app_rci_init_postproc exit app_rci_init_postproc enter app_init_img_mosaic exit app_init_img_mosaic enter app_init_display exit app_init_display exit app_init enter app_create_graph enter app_create_graph_scaler exit app_create_graph_scaler enter app_create_graph_pre_proc exit app_create_graph_pre_proc enter app_create_graph_tidl enter initParam exit initParam enter addParam exit addParam enter addParam exit addParam enter addParam exit addParam enter addParam exit addParam enter addParam exit addParam enter addParam exit addParam enter tivxTIDLNode exit tivxTIDLNode exit app_create_graph_tidl enter app_rci_create_graph_postproc exit app_rci_create_graph_postproc enter app_create_graph_img_mosaic exit app_create_graph_img_mosaic enter app_create_graph_display exit app_create_graph_display exit app_create_graph enter app_verify_graph 44.167063 s: VX_ZONE_ERROR:[ownContextSendCmd:799] Command ack message returned failure cmd_status: -1 44.167088 s: VX_ZONE_ERROR:[ownContextSendCmd:835] tivxEventWait() failed. 44.167096 s: VX_ZONE_ERROR:[ownNodeKernelInit:527] Target kernel, TIVX_CMD_NODE_CREATE failed for node tidl_node 44.167102 s: VX_ZONE_ERROR:[ownNodeKernelInit:528] Please be sure the target callbacks have been registered for this core 44.167109 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 44.167117 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 2, kernel com.ti.tidl:1:3 ... failed !!! 44.167132 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed 44.167139 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed MSC: Node send command failed! [C7x_1 ] 44.166769 s: VX_ZONE_ERROR:[tivxKernelTIDLCreate:705] Network version - 0x20221206, Expected version - 0x20230208 exit app_verify_graph start of de-init 44.611442 s: VX_ZONE_WARNING:[vxReleaseContext:1055] Found a reference 0xffffbb50cd10 of type 00000815 at external count 1, internal count 0, releasing it 44.611465 s: VX_ZONE_WARNING:[vxReleaseContext:1057] Releasing reference (name=tidl_node_output_tensors_1) now as a part of garbage collection 44.611490 s: VX_ZONE_WARNING:[vxReleaseContext:1055] Found a reference 0xffffbb50cf30 of type 00000815 at external count 1, internal count 0, releasing it 44.611497 s: VX_ZONE_WARNING:[vxReleaseContext:1057] Releasing reference (name=tidl_node_output_tensors_2) now as a part of garbage collection end of de-init 44.611534 s: VX_ZONE_INIT:[tivxHostDeInitLocal:107] De-Initialization Done for HOST !!! 44.615900 s: VX_ZONE_INIT:[tivxDeInitLocal:193] De-Initialization Done !!! APP: Deinit ... !!! REMOTE_SERVICE: Deinit ... !!! REMOTE_SERVICE: Deinit ... Done !!! IPC: Deinit ... !!! IPC: DeInit ... Done !!! MEM: Deinit ... !!! DDR_SHARED_MEM: Alloc's: 24 alloc's of 22244677 bytes DDR_SHARED_MEM: Free's : 24 free's of 22244677 bytes DDR_SHARED_MEM: Open's : 0 allocs of 0 bytes DDR_SHARED_MEM: Total size: 536870912 bytes MEM: Deinit ... Done !!! APP: Deinit ... Done !!!
Thanks,
S Seetharama Raju.