This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
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.
Hi,
I have followed the above thread. I have imported the model on latest SDK and replaced them with the old ones for the application.I have run the application followed by the "./vx_app_arm_remote_log.out &" command. I faced error after running the application. The log is attached below.
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 !!! 51.771249 s: GTC Frequency = 200 MHz APP: Init ... Done !!! 51.779427 s: VX_ZONE_INIT:Enabled 51.779451 s: VX_ZONE_ERROR:Enabled 51.779457 s: VX_ZONE_WARNING:Enabled 51.780353 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! 51.782285 s: VX_ZONE_INIT:[tivxHostInitLocal:93] Initialization Done for HOST !!! 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 enter app_set_cfg_default exit app_set_cfg_default 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 enter tivxHwaLoadKernels exit tivxHwaLoadKernels enter tivxImgProcLoadKernels exit tivxImgProcLoadKernels enter tivxTIDLLoadKernels exit tivxTIDLLoadKernels enter tivxRciPostprocA72LoadKernels entered tivxAddTargetKernelRciPostprocA72 exit tivxAddTargetKernelRciPostprocA72 exit tivxRciPostprocA72LoadKernels enter readConfig Config file size (-1 bytes) does not match size of sTIDL_IOBufDesc_t (37256 bytes) 51.796189 s: VX_ZONE_ERROR:[vxGetStatus:700] Reference is NULL enter createOutputTensors 51.796203 s: VX_ZONE_ERROR:[vxMapUserDataObject:476] Invalid user data object reference ./run_app_tidl_rci_od.sh: line 1: 1220 Segmentation fault (core dumped) /opt/vision_apps/vx_app_tidl_rci_od.out --cfg rci_app_od_target.cfg root@j7-evm:/opt/vision_apps# ./vx_app_arm_remote_log.out & [2] 1232 root@j7-evm:/opt/vision_apps# [MCU2_0] 4.123586 s: CIO: Init ... Done !!! [MCU2_0] 4.123654 s: ### CPU Frequency = 1000000000 Hz [MCU2_0] 4.123694 s: CPU is running FreeRTOS [MCU2_0] 4.123719 s: APP: Init ... !!! [MCU2_0] 4.123742 s: SCICLIENT: Init ... !!! [MCU2_0] 4.123993 s: SCICLIENT: DMSC FW version [8.6.3--v08.06.03 (Chill Capybar] [MCU2_0] 4.124044 s: SCICLIENT: DMSC FW revision 0x8 [MCU2_0] 4.124079 s: SCICLIENT: DMSC FW ABI revision 3.1 [MCU2_0] 4.124117 s: SCICLIENT: Init ... Done !!! [MCU2_0] 4.124145 s: UDMA: Init ... !!! [MCU2_0] 4.125476 s: UDMA: Init ... Done !!! [MCU2_0] 4.125539 s: MEM: Init ... !!! [MCU2_0] 4.125583 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ d9000000 of size 16777216 bytes !!! [MCU2_0] 4.125656 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000000) @ 3600000 of size 262144 bytes !!! [MCU2_0] 4.125717 s: MEM: Init ... Done !!! [MCU2_0] 4.125743 s: IPC: Init ... !!! [MCU2_0] 4.125805 s: IPC: 6 CPUs participating in IPC !!! [MCU2_0] 4.125854 s: IPC: Waiting for HLOS to be ready ... !!! [MCU2_0] 18.135309 s: IPC: HLOS is ready !!! [MCU2_0] 18.150873 s: IPC: Init ... Done !!! [MCU2_0] 18.150939 s: APP: Syncing with 5 CPUs ... !!! [MCU2_0] 18.339330 s: APP: Syncing with 5 CPUs ... Done !!! [MCU2_0] 18.339531 s: REMOTE_SERVICE: Init ... !!! [MCU2_0] 18.341086 s: REMOTE_SERVICE: Init ... Done !!! [MCU2_0] 18.341153 s: ETHFW: Init ... !!! [MCU2_0] 18.346246 s: Warning: Using 6 MAC address(es) from static pool [MCU2_0] 18.346445 s: ETHFW: Shared multicasts (software fanout): [MCU2_0] 18.346498 s: ETHFW: Reserved multicasts: [MCU2_0] 18.346528 s: 01:80:c2:00:00:0e [MCU2_0] 18.346576 s: 01:1b:19:00:00:00 [MCU2_0] 18.346811 s: EnetMcm: CPSW_9G on MAIN NAVSS [MCU2_0] 18.356232 s: Mdio_open: MDIO manual mode enabled [MCU2_0] 18.360180 s: PHY 16 is alive [MCU2_0] 18.360339 s: PHY 17 is alive [MCU2_0] 18.360451 s: PHY 18 is alive [MCU2_0] 18.360555 s: PHY 19 is alive [MCU2_0] 18.363769 s: [MCU2_0] ETHFW Version : 0.02.00 [MCU2_0] 18.363848 s: ETHFW Build Date: Sep 8, 2023 [MCU2_0] 18.363883 s: ETHFW Build Time: 18:12:23 [MCU2_0] 18.363911 s: ETHFW Commit SHA: [MCU2_0] 18.363985 s: ETHFW: Init ... DONE !!! [MCU2_0] 18.364022 s: ETHFW: Remove server Init ... !!! [MCU2_0] 18.364203 s: CpswProxyServer: Virtual port configuration: [MCU2_0] 18.364260 s: mpu_1_0 <-> Switch port 0: mpu_1_0_ethswitch-device-0 [MCU2_0] 18.364325 s: mcu_2_1 <-> Switch port 1: mcu_2_1_ethswitch-device-1 [MCU2_0] 18.364371 s: mpu_1_0 <-> MAC port 1: mpu_1_0_ethmac-device-1 [MCU2_0] 18.364414 s: mcu_2_1 <-> MAC port 4: mcu_2_1_ethmac-device-4 [MCU2_0] 18.365429 s: CpswProxyServer: initialization completed (core: mcu2_0) [MCU2_0] 18.365496 s: ETHFW: Remove server Init ... DONE !!! [MCU2_0] 18.366650 s: Starting lwIP, local interface IP is dhcp-enabled [MCU2_0] 18.374782 s: Host MAC address: 70:ff:76:1d:92:c3 [MCU2_0] 18.379002 s: [LWIPIF_LWIP] Enet LLD netif initialized successfully [MCU2_0] 18.379102 s: Added interface 'ti1', IP is 0.0.0.0 [MCU2_0] 18.415305 s: FVID2: Init ... !!! [MCU2_0] 18.415415 s: FVID2: Init ... Done !!! [MCU2_0] 18.415470 s: DSS: Init ... !!! [MCU2_0] 18.415502 s: DSS: Display type is eDP !!! [MCU2_0] 18.415529 s: DSS: M2M Path is enabled !!! [MCU2_0] 18.415557 s: DSS: SoC init ... !!! [MCU2_0] 18.415582 s: SCICLIENT: Sciclient_pmSetModuleState module=152 state=2 [MCU2_0] 18.415790 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.415832 s: SCICLIENT: Sciclient_pmSetModuleState module=297 state=2 [MCU2_0] 18.416034 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.416072 s: SCICLIENT: Sciclient_pmSetModuleState module=151 state=2 [MCU2_0] 18.416221 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.416255 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=9 parent=11 [MCU2_0] 18.416567 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=13 parent=18 [MCU2_0] 18.416698 s: SCICLIENT: Sciclient_pmSetModuleClkParent success [MCU2_0] 18.416737 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=1 parent=2 [MCU2_0] 18.416845 s: SCICLIENT: Sciclient_pmSetModuleClkParent success [MCU2_0] 18.416883 s: SCICLIENT: Sciclient_pmSetModuleClkFreq module=152 clk=1 freq=148500000 [MCU2_0] 18.418134 s: SCICLIENT: Sciclient_pmSetModuleClkFreq success [MCU2_0] 18.418186 s: SCICLIENT: Sciclient_pmModuleClkRequest module=152 clk=1 state=2 flag=0 [MCU2_0] 18.418366 s: SCICLIENT: Sciclient_pmModuleClkRequest success [MCU2_0] 18.418422 s: DSS: SoC init ... Done !!! [MCU2_0] 18.418452 s: DSS: Board init ... !!! [MCU2_0] 18.418480 s: DSS: Board init ... Done !!! [MCU2_0] 18.454248 s: DSS: Init ... Done !!! [MCU2_0] 18.454457 s: VHWA: VPAC Init ... !!! [MCU2_0] 18.454493 s: SCICLIENT: Sciclient_pmSetModuleState module=290 state=2 [MCU2_0] 18.454729 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.454769 s: VHWA: LDC Init ... !!! [MCU2_0] 18.458825 s: VHWA: LDC Init ... Done !!! [MCU2_0] 18.458892 s: VHWA: MSC Init ... !!! [MCU2_0] 18.471394 s: VHWA: MSC Init ... Done !!! [MCU2_0] 18.471465 s: VHWA: NF Init ... !!! [MCU2_0] 18.473435 s: VHWA: NF Init ... Done !!! [MCU2_0] 18.473501 s: VHWA: VISS Init ... !!! [MCU2_0] 18.485030 s: VHWA: VISS Init ... Done !!! [MCU2_0] 18.485096 s: VHWA: VPAC Init ... Done !!! [MCU2_0] 18.485144 s: VX_ZONE_INIT:Enabled [MCU2_0] 18.485174 s: VX_ZONE_ERROR:Enabled [MCU2_0] 18.485201 s: VX_ZONE_WARNING:Enabled [MCU2_0] 18.486907 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target MCU2-0 [MCU2_0] 18.487184 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target VPAC_NF [MCU2_0] 18.487577 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target VPAC_LDC1 [MCU2_0] 18.487835 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target VPAC_MSC1 [MCU2_0] 18.488070 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target VPAC_MSC2 [MCU2_0] 18.488483 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target VPAC_VISS1 [MCU2_0] 18.488772 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE1 [MCU2_0] 18.489044 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE2 [MCU2_0] 18.489434 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DISPLAY1 [MCU2_0] 18.489729 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DISPLAY2 [MCU2_0] 18.489983 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CSITX [MCU2_0] 18.490264 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE3 [MCU2_0] 18.490687 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE4 [MCU2_0] 18.490969 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE5 [MCU2_0] 18.491245 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE6 [MCU2_0] 18.491674 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE7 [MCU2_0] 18.491961 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE8 [MCU2_0] 18.492216 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DSS_M2M1 [MCU2_0] 18.492639 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DSS_M2M2 [MCU2_0] 18.492898 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DSS_M2M3 [MCU2_0] 18.493143 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DSS_M2M4 [MCU2_0] 18.416518 s: SCICLIENT: Sciclient_pmSetModuleClkParent success [MCU2_0] 18.493202 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [MCU2_0] 18.493240 s: APP: OpenVX Target kernel init ... !!! [MCU2_0] 18.514840 s: APP: OpenVX Target kernel init ... Done !!! [MCU2_0] 18.514911 s: CSI2RX: Init ... !!! [MCU2_0] 18.514942 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2 [MCU2_0] 18.515081 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.515125 s: SCICLIENT: Sciclient_pmSetModuleState module=26 state=2 [MCU2_0] 18.515391 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.515444 s: SCICLIENT: Sciclient_pmSetModuleState module=27 state=2 [MCU2_0] 18.515596 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.515634 s: SCICLIENT: Sciclient_pmSetModuleState module=147 state=2 [MCU2_0] 18.515749 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.515784 s: SCICLIENT: Sciclient_pmSetModuleState module=148 state=2 [MCU2_0] 18.515877 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.516103 s: CSI2RX: Init ... Done !!! [MCU2_0] 18.516144 s: CSI2TX: Init ... !!! [MCU2_0] 18.516169 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2 [MCU2_0] 18.516261 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.516418 s: SCICLIENT: Sciclient_pmSetModuleState module=28 state=2 [MCU2_0] 18.516580 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.516622 s: SCICLIENT: Sciclient_pmSetModuleState module=296 state=2 [MCU2_0] 18.516755 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 18.516852 s: CSI2TX: Init ... Done !!! [MCU2_0] 18.516889 s: ISS: Init ... !!! [MCU2_0] 18.516931 s: IssSensor_Init ... Done !!! [MCU2_0] 18.517016 s: IttRemoteServer_Init ... Done !!! [MCU2_0] 18.517053 s: VISS REMOTE SERVICE: Init ... !!! [MCU2_0] 18.517120 s: VISS REMOTE SERVICE: Init ... Done !!! [MCU2_0] 18.517153 s: UDMA Copy: Init ... !!! [MCU2_0] 18.519129 s: UDMA Copy: Init ... Done !!! [MCU2_0] 18.519235 s: APP: Init ... Done !!! [MCU2_0] 18.519385 s: APP: Run ... !!! [MCU2_0] 18.519431 s: IPC: Starting echo test ... [MCU2_0] 18.522405 s: APP: Run ... Done !!! [MCU2_0] 18.524122 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[.] C66X_1[P] C66X_2[.] C7X_1[.] [MCU2_0] 18.524247 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] C66X_1[P] C66X_2[.] C7X_1[.] [MCU2_0] 18.524501 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[.] [MCU2_0] 18.524606 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[P] [MCU2_0] 18.610994 s: Function:CpswProxyServer_attachExtHandlerCb,HostId:0,CpswType:6 [MCU2_0] 18.952484 s: Function:CpswProxyServer_attachExtHandlerCb,HostId:0,CpswType:6 [MCU2_0] 21.562941 s: Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c2, FlowIdx:173, FlowIdxOffset:1 [MCU2_0] 21.600343 s: Function:CpswProxyServer_setPromiscModeHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6,mode:disable [MCU2_0] 21.600716 s: Function:CpswProxyServer_setPromiscModeHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6,mode:disable [MCU2_0] 21.600979 s: Function:CpswProxyServer_setPromiscModeHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6,mode:disable [MCU2_0] 21.616363 s: Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1, FlowIdx:172, FlowIdxOffset:0 [MCU2_0] 21.619570 s: Cpsw_ioctlInternal: CPSW: Registered MAC address. ALE entry:11, Policer Entry:2 [MCU2_0] 21.647856 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6, MacAddress:1:0:5e:0:0:1, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 21.651408 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6, MacAddress:33:33:ff:1d:92:c1, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 21.770264 s: Function:CpswProxyServer_setPromiscModeHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6,mode:disable [MCU2_0] 21.779913 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6, MacAddress:1:80:c2:0:0:0, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 21.783436 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6, MacAddress:1:80:c2:0:0:3, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 21.786953 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6, MacAddress:1:80:c2:0:0:e, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 21.787103 s: CpswProxyServer_isRsvdMcast: Reserved mcast cannot be added to filter [MCU2_0] 21.880100 s: Function:CpswProxyServer_setPromiscModeHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6,mode:disable [MCU2_0] 21.880344 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6, MacAddress:33:33:0:0:0:fb, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 23.400982 s: Function:CpswProxyServer_setPromiscModeHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6,mode:disable [MCU2_0] 23.495371 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6, MacAddress:33:33:0:1:0:3, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_1] 4.074234 s: CIO: Init ... Done !!! [MCU2_1] 4.074307 s: ### CPU Frequency = 1000000000 Hz [MCU2_1] 4.074351 s: CPU is running FreeRTOS [MCU2_1] 4.074377 s: APP: Init ... !!! [MCU2_1] 4.074400 s: SCICLIENT: Init ... !!! [MCU2_1] 4.074644 s: SCICLIENT: DMSC FW version [8.6.3--v08.06.03 (Chill Capybar] [MCU2_1] 4.074694 s: SCICLIENT: DMSC FW revision 0x8 [MCU2_1] 4.074730 s: SCICLIENT: DMSC FW ABI revision 3.1 [MCU2_1] 4.074785 s: SCICLIENT: Init ... Done !!! [MCU2_1] 4.074815 s: UDMA: Init ... !!! [MCU2_1] 4.076261 s: UDMA: Init ... Done !!! [MCU2_1] 4.076322 s: MEM: Init ... !!! [MCU2_1] 4.076366 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ da000000 of size 16777216 bytes !!! [MCU2_1] 4.076438 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 3640000 of size 262144 bytes !!! [MCU2_1] 4.076500 s: MEM: Init ... Done !!! [MCU2_1] 4.076526 s: IPC: Init ... !!! [MCU2_1] 4.076585 s: IPC: 6 CPUs participating in IPC !!! [MCU2_1] 4.076636 s: IPC: Waiting for HLOS to be ready ... !!! [MCU2_1] 18.246074 s: IPC: HLOS is ready !!! [MCU2_1] 18.261582 s: IPC: Init ... Done !!! [MCU2_1] 18.261648 s: APP: Syncing with 5 CPUs ... !!! [MCU2_1] 18.339339 s: APP: Syncing with 5 CPUs ... Done !!! [MCU2_1] 18.339539 s: REMOTE_SERVICE: Init ... !!! [MCU2_1] 18.341073 s: REMOTE_SERVICE: Init ... Done !!! [MCU2_1] 18.341136 s: FVID2: Init ... !!! [MCU2_1] 18.341207 s: FVID2: Init ... Done !!! [MCU2_1] 18.341239 s: VHWA: DMPAC: Init ... !!! [MCU2_1] 18.341265 s: SCICLIENT: Sciclient_pmSetModuleState module=48 state=2 [MCU2_1] 18.341709 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_1] 18.341752 s: SCICLIENT: Sciclient_pmSetModuleState module=305 state=2 [MCU2_1] 18.342218 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_1] 18.342254 s: VHWA: DOF Init ... !!! [MCU2_1] 18.350935 s: VHWA: DOF Init ... Done !!! [MCU2_0] 21.644377 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a3ac6144,CoreKey:38acb7e6, MacAddress:33:33:0:0:0:1, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_1] 18.351003 s: VHWA: SDE Init ... !!! [MCU2_1] 18.353664 s: VHWA: SDE Init ... Done !!! [MCU2_1] 18.353724 s: VHWA: DMPAC: Init ... Done !!! [MCU2_1] 18.353783 s: VX_ZONE_INIT:Enabled [MCU2_1] 18.353814 s: VX_ZONE_ERROR:Enabled [MCU2_1] 18.353840 s: VX_ZONE_WARNING:Enabled [MCU2_1] 18.355259 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target MCU2-1 [MCU2_1] 18.355496 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DMPAC_SDE [MCU2_1] 18.355715 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DMPAC_DOF [MCU2_1] 18.355788 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [MCU2_1] 18.355827 s: APP: OpenVX Target kernel init ... !!! [MCU2_1] 18.356103 s: APP: OpenVX Target kernel init ... Done !!! [MCU2_1] 18.356146 s: UDMA Copy: Init ... !!! [MCU2_1] 18.358478 s: UDMA Copy: Init ... Done !!! [MCU2_1] 18.358546 s: APP: Init ... Done !!! [MCU2_1] 18.358580 s: APP: Run ... !!! [MCU2_1] 18.358605 s: IPC: Starting echo test ... [MCU2_1] 18.361156 s: APP: Run ... Done !!! [MCU2_1] 18.362295 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[.] C7X_1[.] [MCU2_1] 18.362409 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[.] [MCU2_1] 18.362506 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[P] [MCU2_1] 18.523168 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[P] [C6x_1 ] 4.140258 s: CIO: Init ... Done !!! [C6x_1 ] 4.140283 s: ### CPU Frequency = 1350000000 Hz [C6x_1 ] 4.140293 s: CPU is running FreeRTOS [C6x_1 ] 4.140300 s: APP: Init ... !!! [C6x_1 ] 4.140308 s: SCICLIENT: Init ... !!! [C6x_1 ] 4.140500 s: SCICLIENT: DMSC FW version [8.6.3--v08.06.03 (Chill Capybar] [C6x_1 ] 4.140512 s: SCICLIENT: DMSC FW revision 0x8 [C6x_1 ] 4.140521 s: SCICLIENT: DMSC FW ABI revision 3.1 [C6x_1 ] 4.140531 s: SCICLIENT: Init ... Done !!! [C6x_1 ] 4.140540 s: UDMA: Init ... !!! [C6x_1 ] 4.141984 s: UDMA: Init ... Done !!! [C6x_1 ] 4.142003 s: MEM: Init ... !!! [C6x_1 ] 4.142016 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ dc000000 of size 16777216 bytes !!! [C6x_1 ] 4.142032 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!! [C6x_1 ] 4.142051 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ dd000000 of size 50331648 bytes !!! [C6x_1 ] 4.142066 s: MEM: Init ... Done !!! [C6x_1 ] 4.142074 s: IPC: Init ... !!! [C6x_1 ] 4.142095 s: IPC: 6 CPUs participating in IPC !!! [C6x_1 ] 4.142108 s: IPC: Waiting for HLOS to be ready ... !!! [C6x_1 ] 17.518478 s: IPC: HLOS is ready !!! [C6x_1 ] 17.522194 s: IPC: Init ... Done !!! [C6x_1 ] 17.522222 s: APP: Syncing with 5 CPUs ... !!! [C6x_1 ] 18.339329 s: APP: Syncing with 5 CPUs ... Done !!! [C6x_1 ] 18.339340 s: REMOTE_SERVICE: Init ... !!! [C6x_1 ] 18.339973 s: REMOTE_SERVICE: Init ... Done !!! [C6x_1 ] 18.340007 s: VX_ZONE_INIT:Enabled [C6x_1 ] 18.340016 s: VX_ZONE_ERROR:Enabled [C6x_1 ] 18.340026 s: VX_ZONE_WARNING:Enabled [C6x_1 ] 18.340806 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [C6x_1 ] 18.340819 s: APP: OpenVX Target kernel init ... !!! [C6x_1 ] 18.341081 s: APP: OpenVX Target kernel init ... Done !!! [C6x_1 ] 18.341099 s: UDMA Copy: Init ... !!! [C6x_1 ] 18.344821 s: APP: Init ... Done !!! [C6x_1 ] 18.344830 s: APP: Run ... !!! [C6x_1 ] 18.344838 s: IPC: Starting echo test ... [C6x_1 ] 18.345875 s: APP: Run ... Done !!! [C6x_1 ] 18.346175 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[s] C66X_2[x] C7X_1[P] [C6x_1 ] 18.346636 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[s] C66X_2[P] C7X_1[P] [C6x_1 ] 18.361682 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[s] C66X_2[P] C7X_1[P] [C6x_1 ] 18.523046 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[s] C66X_2[P] C7X_1[P] [C6x_2 ] 4.229571 s: CIO: Init ... Done !!! [C6x_2 ] 4.229597 s: ### CPU Frequency = 1350000000 Hz [C6x_2 ] 4.229607 s: CPU is running FreeRTOS [C6x_2 ] 4.229615 s: APP: Init ... !!! [C6x_2 ] 4.229623 s: SCICLIENT: Init ... !!! [C6x_2 ] 4.229819 s: SCICLIENT: DMSC FW version [8.6.3--v08.06.03 (Chill Capybar] [C6x_2 ] 4.229831 s: SCICLIENT: DMSC FW revision 0x8 [C6x_2 ] 4.229840 s: SCICLIENT: DMSC FW ABI revision 3.1 [C6x_2 ] 4.229850 s: SCICLIENT: Init ... Done !!! [C6x_2 ] 4.229860 s: UDMA: Init ... !!! [C6x_2 ] 4.231357 s: UDMA: Init ... Done !!! [C6x_2 ] 4.231377 s: MEM: Init ... !!! [C6x_2 ] 4.231390 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ e0000000 of size 16777216 bytes !!! [C6x_2 ] 4.231406 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!! [C6x_2 ] 4.231422 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ e1000000 of size 50331648 bytes !!! [C6x_2 ] 4.231438 s: MEM: Init ... Done !!! [C6x_2 ] 4.231446 s: IPC: Init ... !!! [C6x_2 ] 4.231467 s: IPC: 6 CPUs participating in IPC !!! [C6x_2 ] 4.231481 s: IPC: Waiting for HLOS to be ready ... !!! [C6x_2 ] 17.972414 s: IPC: HLOS is ready !!! [C6x_2 ] 17.976022 s: IPC: Init ... Done !!! [C6x_2 ] 17.976049 s: APP: Syncing with 5 CPUs ... !!! [C6x_2 ] 18.339329 s: APP: Syncing with 5 CPUs ... Done !!! [C6x_2 ] 18.339340 s: REMOTE_SERVICE: Init ... !!! [C6x_2 ] 18.339987 s: REMOTE_SERVICE: Init ... Done !!! [C6x_2 ] 18.340021 s: VX_ZONE_INIT:Enabled [C6x_2 ] 18.340031 s: VX_ZONE_ERROR:Enabled [C6x_2 ] 18.340040 s: VX_ZONE_WARNING:Enabled [C6x_2 ] 18.340815 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [C6x_2 ] 18.340828 s: APP: OpenVX Target kernel init ... !!! [C6x_2 ] 18.341084 s: APP: OpenVX Target kernel init ... Done !!! [C6x_2 ] 18.341100 s: UDMA Copy: Init ... !!! [C6x_2 ] 18.345132 s: UDMA Copy: Init ... Done !!! [C6x_2 ] 18.345152 s: APP: Init ... Done !!! [C6x_2 ] 18.345161 s: APP: Run ... !!! [C6x_2 ] 18.345169 s: IPC: Starting echo test ... [C6x_2 ] 18.346288 s: APP: Run ... Done !!! [C6x_2 ] 18.346583 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[s] C7X_1[.] [C6x_2 ] 18.346644 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[s] C7X_1[P] [C6x_2 ] 18.361705 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[P] C66X_2[s] C7X_1[P] [C6x_2 ] 18.523075 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[P] C66X_2[s] C7X_1[P] [C7x_1 ] 4.460006 s: CIO: Init ... Done !!! [C7x_1 ] 4.460020 s: ### CPU Frequency = 1000000000 Hz [C7x_1 ] 4.460032 s: CPU is running FreeRTOS [C7x_1 ] 4.460040 s: APP: Init ... !!! [C7x_1 ] 4.460048 s: SCICLIENT: Init ... !!! [C7x_1 ] 4.460254 s: SCICLIENT: DMSC FW version [8.6.3--v08.06.03 (Chill Capybar] [C7x_1 ] 4.460267 s: SCICLIENT: DMSC FW revision 0x8 [C7x_1 ] 4.460277 s: SCICLIENT: DMSC FW ABI revision 3.1 [C6x_1 ] 18.344801 s: UDMA Copy: Init ... Done !!! [C7x_1 ] 4.460297 s: UDMA: Init ... !!! [C7x_1 ] 4.461424 s: UDMA: Init ... Done !!! [C7x_1 ] 4.461436 s: MEM: Init ... !!! [C7x_1 ] 4.461446 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ 117000000 of size 268435456 bytes !!! [C7x_1 ] 4.461467 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 70020000 of size 8159232 bytes !!! [C7x_1 ] 4.461485 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 64800000 of size 458752 bytes !!! [C7x_1 ] 4.461503 s: MEM: Created heap (L1_MEM, id=3, flags=0x00000001) @ 64e00000 of size 16384 bytes !!! [C7x_1 ] 4.461520 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ 100000000 of size 385875968 bytes !!! [C7x_1 ] 4.461538 s: MEM: Init ... Done !!! [C7x_1 ] 4.461547 s: IPC: Init ... !!! [C7x_1 ] 4.461560 s: IPC: 6 CPUs participating in IPC !!! [C7x_1 ] 4.461574 s: IPC: Waiting for HLOS to be ready ... !!! [C7x_1 ] 18.337303 s: IPC: HLOS is ready !!! [C7x_1 ] 18.339301 s: IPC: Init ... Done !!! [C7x_1 ] 18.339315 s: APP: Syncing with 5 CPUs ... !!! [C7x_1 ] 18.339329 s: APP: Syncing with 5 CPUs ... Done !!! [C7x_1 ] 18.339340 s: REMOTE_SERVICE: Init ... !!! [C7x_1 ] 18.339488 s: REMOTE_SERVICE: Init ... Done !!! [C7x_1 ] 18.339510 s: VX_ZONE_INIT:Enabled [C7x_1 ] 4.460288 s: SCICLIENT: Init ... Done !!! [C7x_1 ] 18.339531 s: VX_ZONE_WARNING:Enabled [C7x_1 ] 18.339683 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1 [C7x_1 ] 18.339783 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_2 [C7x_1 ] 18.339877 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_3 [C7x_1 ] 18.339945 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_4 [C7x_1 ] 18.340008 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_5 [C7x_1 ] 18.340083 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_6 [C7x_1 ] 18.340205 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_7 [C7x_1 ] 18.340269 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_8 [C7x_1 ] 18.340291 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [C7x_1 ] 18.340304 s: APP: OpenVX Target kernel init ... !!! [C7x_1 ] 18.340445 s: APP: OpenVX Target kernel init ... Done !!! [C7x_1 ] 18.340459 s: APP: Init ... Done !!! [C7x_1 ] 18.340468 s: APP: Run ... !!! [C7x_1 ] 18.340476 s: IPC: Starting echo test ... [C7x_1 ] 18.340624 s: APP: Run ... Done !!! [C7x_1 ] 18.346179 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[x] C7X_1[s] [C7x_1 ] 18.346649 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[P] C7X_1[s] [C7x_1 ] 18.361727 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[s] [C7x_1 ] 18.523105 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[s] [C7x_1 ] 18.339521 s: VX_ZONE_ERROR:Enabled
Can you please guide me based on the above error log?
Thanks,
S Seetharama Raju,
Hi,
Here the error is
Config file size (-1 bytes) does not match size of sTIDL_IOBufDesc_t (37256 bytes)
it means that the config.bin file that you have provided is not being read correctly. Could you please check this .bin file and also please check if the path to this file is being given correctly.
Regardsm
Nikhil
Hi,
The above mentioned reply and this one collectively helped me achieve the objective.
Thanks,
S Seetharama Raju.
Hi Nikhil,
After importing the model in the latest sdk 08.06.01.03, the error Network version - 0x20221206, Expected version - 0x20230208 is eliminated.
Thanks,
S Seetharama Raju.