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.

[参考译文] TDA4VEN-Q1:无法将数据引用添加到图形中的数据参考列表

Guru**** 2434370 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1544011/tda4ven-q1-unable-to-add-data-reference-to-data-reference-list-in-graph

器件型号:TDA4VEN-Q1


工具/软件:

您好 TI:

当我在 J722S 上创建图形时、验证期间失败、并出现以下错误:

odPreProcObj graph done!
create_tidl: input_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
tivxTIDLNode create success !!!
odTIDLObj graph done!
FSPreProcObj graph done!
create_tidl: input_tensor_arr ch = 1
create_tidl: output_tensor_arr ch = 1
tivxTIDLNode create success !!!
FSTIDLObj graph done!
size = 4
tivxSetGraphPipelineDepth done !
calerObj tivxSetNodeParameterNumBufByIndex
calerObj tivxSetNodeParameterNumBufByIndex
calerObj tivxSetNodeParameterNumBufByIndex
calerObj tivxSetNodeParameterNumBufByIndex
calerObj tivxSetNodeParameterNumBufByIndex
app_linux_opengl_integrated_srv: Verifying graph 2  ... .
   137.802942 s:  VX_ZONE_WARNING: [ownGraphAddSingleDataReference:247] May need to increase the value of TIVX_GRAPH_MAX_DATA_REF in tiovx/include/TI/tivx_config.h
   137.802967 s:  VX_ZONE_ERROR: [ownGraphFindAndAddDataReferences:402] Unable to add data reference to data reference list in graph
   137.802990 s:  VX_ZONE_WARNING: [ownGraphAddSingleDataReference:247] May need to increase the value of TIVX_GRAPH_MAX_DATA_REF in tiovx/include/TI/tivx_config.h
   137.803004 s:  VX_ZONE_ERROR: [ownGraphFindAndAddDataReferences:402] Unable to add data reference to data reference list in graph
   137.803026 s:  VX_ZONE_WARNING: [ownGraphAddSingleDataReference:247] May need to increase the value of TIVX_GRAPH_MAX_DATA_REF in tiovx/include/TI/tivx_config.h
   137.803080 s:  VX_ZONE_ERROR: [ownGraphFindAndAddDataReferences:402] Unable to add data reference to data reference list in graph
   137.803099 s:  VX_ZONE_ERROR: [ ALG_MODEL_TEST_Demo ] Find and add data references failed
   137.803112 s:  VX_ZONE_ERROR: [ ALG_MODEL_TEST_Demo ] Graph verify failed
vxSetGraphScheduleConfig done
app_create_graph exiting
deinit app...
app_deinit_scaler done
mosPreProcObj deinit done!
mosTIDLObj deinit done!
pcdPreProcObj deinit done!
pcdTIDLObj deinit done!
odPreProcObj deinit done!
odTIDLObj deinit done!
od3dPreProcObj deinit done!
od3dTIDLObj deinit done!
od3dPreProcObj_1 deinit done!
od3dTIDLObj_1 deinit done!
FSPreProcObj deinit done!
FSTIDLObj deinit done!
app_deinit_display done
appGrpxDeInit done
tivxHwaUnLoadKernels done
tivxFileIOUnLoadKernels done
tivxTIDLUnLoadKernels done
tivxImgProcUnLoadKernels done

为了解决上述问题、我将 中 TIVx_grap_MAX_DATA_REF 的值从 128 修改为 512

/tiovx/include/TI / soc / tivx_config_j722s.h 和 /tiovx/include/TI / soc / tivx_config_am62a.h

,但同样的问题仍然存在。我该如何解决这个问题? 这可能是什么原因造成的?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你(们)好

    进行上述修改后、我运行了 make tiovx、但我没有看到我在输出中添加的打印日志、它们没有生效。  我应该如何编译 tiovx 下的更改?  哪个文件生成后需要复制到 SDK 中?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、

    必须复制 libtivision_apps.so 文件、

    我建议在构建整个 SDK 后使用命令“make linux_fs_install_sd“。

    此致、
    Gokul