Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Hi!
I've tried to customize an app by app_tidl_seg.
When I call vxVerifyGraph it stops on the following trace:
#1 0x00000000004532d0 in tivxEventWait ()
#2 0x000000000042ba0c in ownContextSendCmd (context=0x4d2430 <g_context_obj>, target_id=0, cmd=1, num_obj_desc=1,
obj_desc_id=0xfffffffff798, timeout=4294967295) at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_context.c:764
#3 0x0000000000415c30 in ownNodeKernelInit (node=0x535a28 <g_tivx_objects+320312>)
at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_node.c:519
#4 0x000000000043a1b8 in ownGraphNodeKernelInit (graph=0x4f56b0 <g_tivx_objects+57280>)
at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_graph_verify.c:577
#5 0x000000000043d648 in vxVerifyGraph (graph=0x4f56b0 <g_tivx_objects+57280>)
at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_graph_verify.c:2007
I tried to figure out what gone wrong but the current node that we fail on has the very same source than app_tidl_seg. (It is the pre proc node)
