Part Number: TDA4VM
Hi Team,
We are running single cam (vx_app_single_cam.out) application from the /opt/vision_apps/ location in the TDA4 and it is working as expected. We tried to execute the application multiple times, it working fine for first 100 times. In 101 attempt it is not working..
We followed the below process
1. Power ON the board.
2. cd /opt/vision_apps/
3. Disabled the interactive menu and modified the num_frames_to_run flag to 100 in app_single_cam.cfg file
4. source ./vision_apps_init.sh
5. ./vx_app_single_cam.out --cfg app_single_cam.cfg ( it will run for 100 frames then exit )
6. Repeat step 5 for 100 times.
In 101 execution we got the below error and the application freezed.
1058.388672 s: VX_ZONE_ERROR:[ownContextSendCmd:815] Command ack message returned failure cmd_status: -1
1058.388710 s: VX_ZONE_ERROR:[ownContextSendCmd:851] tivxEventWait() failed.
1058.388718 s: VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMD_NODE_CREATE failed for node node_110
1058.388724 s: VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the target callbacks have been registered for this core
1058.388730 s: VX_ZONE_ERROR:[ownNodeKernelInit:540] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
1058.388812 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 4, kernel com.ti.hwa.display ... failed !!!
1058.388824 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
1058.388830 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
We are using the below sdk
RTOS: ti-processor-sdk-rtos-j721e-evm-08_01_00_13
Can anyone tell why we are getting this error when we are trying it for multiple times (100+)?
Regards
Kranthi P