Part Number:TDA4VM
in vision_apps/apps/dl_demos/app_tidl_avp/avp_tidl_module.c
I modify the function app_create_graph_tidl_od
tidlObj->node = tivxTIDLNode(graph, tidlObj->kernel, params, input_tensor, output_tensor);
status = vxGetStatus((vx_reference)tidlObj->node);
vxSetNodeTarget(tidlObj->node, VX_TARGET_STRING, TIVX_TARGET_DSP_C7_1_PRI_1);
vxSetReferenceName((vx_reference)tidlObj->node, "ODTIDLNode");
app_create_graph_tidl_seg
tidlObj->node = tivxTIDLNode(graph, tidlObj->kernel, params, input_tensor, output_tensor);
status = vxGetStatus((vx_reference)tidlObj->node);
vxSetNodeTarget(tidlObj->node, VX_TARGET_STRING, TIVX_TARGET_DSP_C7_1_PRI_2);
vxSetReferenceName((vx_reference)tidlObj->node, "segTIDLNode");
When I run on the evm board for a few minutes, debug print
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
[c7x_1] 239.842790 s:
Cherry Zhou:
Hi,
We've got the issue and escalated to E2E for more help, please see the link below and will get back to you soon:
e2e.ti.com/…/tda4vm-app_tidl_avp-demo-set-c7x_1-node-target
,
Cherry Zhou:
Hi,
Can you please provide the change files? and it is important to mention the SDK version that was used as the starting point.
Thanks.