Other Parts Discussed in Thread: DS90UB964-Q1EVMTDA,
Following the TDA4VM AI getting start tutorial, multi Imx390 cameras should operate with the Fusion1 Rev C board which has dual DS90UB960 FPDLINK III chips.
However, since the Fusion1 Rev C board is no longer manufactured, I received DS90UB964-Q1EVMTDA instead.
If I connect those two developed kits as shown,
what should I do to make it operate?
The SDK I am using now is Linux: 8.0.0.3, RTOS: 8.2.0.5,
and the tutorial I am following now is vision_app where captures the camera image through the Fusion1 Rev C board equipped the DS90UB960 chip.
Now, if I want to replace the the Fusion1 Rev C board using DS90UB964-Q1EVMTDA, replacing the driver from DS90UB960 to DS90UB964 is necessary.
as my observation, in the RTOS SDK, the fpd DS90UB964 driver source code is provided, where the path is:
ti-processor-sdk-rtos-j721e-evm-08_02_00_05/pdk_jacinto_08_02_00_21/packages/ti/board/src/devices/fpd
Therefore, how to replace the driver from DS90UB960 to DS90UB964 in vision_app demo under the OpenVX framework?