Hi SIr/Madam,
I am working with psdk_rtos_auto_j7_06_01_00_15 fro TDA4x
I am trying to create a graph by including a custom kernel created by me. The code get built successfully.
But I get the following errors when i run the code
0.1041s: VX_ZONE_ERROR:[vxGetStatus:603] vxGetStatus: Reference is NULL
0.1069s: VX_ZONE_ERROR:[vxReleaseKernel:43] vxReleaseKernel: Invalid kernel reference
0.1073s: VX_ZONE_ERROR:[vxSetReferenceName:558] vxSetReferenceName: Invalid reference
0.7761s: VX_ZONE_ERROR:[tivxObjectDeInit:168] tivxObjectDeInit: Is graph use failed
0.7822s: VX_ZONE_ERROR:[tivxObjectDeInit:180] tivxObjectDeInit: Is kernel use failed
0.7832s: VX_ZONE_ERROR:[tivxObjectDeInit:228] tivxObjectDeInit: Is image use failed
0.7838s: VX_ZONE_ERROR:[tivxObjectDeInit:276] tivxObjectDeInit: Is error use failed
These errors are due to the node for the new kernel not being created properly.
I have got these errors from the following function :
usecase->node_1 = usecase_node_create_node_1 (
graph ,
usecase->in1 ,
usecase->in2
)
If i create a graph with existing kernel, then the graph runs perfectly fine.
When i follow the same steps of graph and custom kernel creation on my colleague laptop, I do not get these errors and the graph runs perfectly fine.
I tried by reinstalling the PSDK packages but faced the same issue.
Kindly suggest me what could be the possible reason and solution.
Regards,
Jyoti Patil