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.

TDA4VM: sending object descriptor failed with various other errors

Part Number: TDA4VM

Hi TI experts,

I have recently defined a custom kernel in c66 and host following the method used by TI itself. The node is called in the pre_proc_module of AVP project. At first, the custom defined node is tested on the host emulation mode of J7 and it worked perfectly fine. Now I am trying to make it work on the TDA4 and it is giving me following errors:

0.512545 s: VX_ZONE_ERROR:[ownContextSendCmd:550] sending object descriptor failed
0.512572 s: VX_ZONE_ERROR:[ownNodeKernelInit:460] Target kernel, TIVX_CMD_NODE_CREATE failed
0.512711 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:559] kernel init for node 7, kernel com.ti.img_proc.test ... failed !!!
0.512720 s: VX_ZONE_ERROR:[vxVerifyGraph:1967] Node kernel init failed
0.512725 s: VX_ZONE_ERROR:[vxVerifyGraph:2021] Graph verify failed
0.515880 s: VX_ZONE_ERROR:[tivxNodeSendCommand:248] tivxNodeSendCommand: Node Kernel Not Valid

Can you help figure out why I am having this error during board implementation and didn't meet the same problem in host mode. Thank you.