Hi TI members:
In our customer board, we have two deserializer (UB962 and UB936).
we connect UB936 to TDA4 CSI instance 0, and connect UB962 to TDA4 CSI instance 1.
In RTOS 07_00 version, we can receive CSI data form UB936 / UB962 successfully.
So we try to apply the same patch to RTOS 07_01 version,
and the UB936 related function work normal in RTOS 07_01 version.
But when we test UB962 related function, we meet below error message
973.687200 s: VX_ZONE_ERROR:[ownContextSendCmd:782] Command ack message returned failure cmd_status: -1 973.687218 s: VX_ZONE_ERROR:[ownContextSendCmd:818] tivxEventWait() failed. 973.687224 s: VX_ZONE_ERROR:[ownNodeKernelInit:526] Target kernel, TIVX_CMD_NODE_CREATE failed 973.687229 s: VX_ZONE_ERROR:[ownNodeKernelInit:527] Please be sure the target callbacks have been registered for this core 973.687235 s: VX_ZONE_ERROR:[ownNodeKernelInit:528] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel 973.687297 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.capture ... failed !!! 973.687305 s: VX_ZONE_ERROR:[vxVerifyGraph:2010] Node kernel init failed 973.687310 s: VX_ZONE_ERROR:[vxVerifyGraph:2064] Graph verify failed
And I find this error is caused by that I set capture_params.instId[0] = 1 in UB962's function.
Does anyone have any idea about this issue?
BR
Sentinen Chen