Part Number:TDA4VM
部署问题
场景:
部署了三个GraphA,B,C,分别都可以运行,A+B也可以,再加C
部署时,遇见了
1179.496758 s: VX_ZONE_ERROR:[tivxDataRefQueueCreate:452] Unable to alloc resources for data ref queue
1179.496791 s: VX_ZONE_ERROR:[ownGraphCreateIntermediateDataReferenceQueues:1345] Unable to create data ref queue
1179.496820 s: VX_ZONE_ERROR:[vxVerifyGraph:2040] Create data ref queues failed
1179.496860 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
1179.496982 s: VX_ZONE_ERROR:[tivxNodeSendCommandTimed:277] vxVerifyGraph should be called before tivxNodeSendCommand can be called on a node in the same graph
为了解决Unable to alloc resources for data ref queue
修改
tivx_platform_psdk_j721e.h和tivx_platform_psdk.h中的
#define TIVX_PLATFORM_MAX_OBJ_DESC_SHM_INST (1024u)
改为#define TIVX_PLATFORM_MAX_OBJ_DESC_SHM_INST (1280u)
结果在verifyGraph中报错
76942.585531 s: VX_ZONE_ERROR:[ownContextSendCmd:814] Command ack message returned failure cmd_status: -7
76942.585563 s: VX_ZONE_ERROR:[ownContextSendCmd:850] tivxEventWait() failed.
76942.585590 s: VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMD_NODE_CREATE failed for node ScalerNode
76942.585610 s: VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the target callbacks have been registered for this core
问题:
修改#define TIVX_PLATFORM_MAX_OBJ_DESC_SHM_INST (1024u) 还需要再改什么?
Taylor:
您好
建议您到英文技术论坛进行提问,TI的工程师会解答您的问题。
https://e2e.ti.com/