Hi,
We have Appro IPNC kit with DMVA2. The original kit came with MT9P031 sensor which we have replaced with custom TVP5150AM1 deocder board. We have done the following configurations:
DECODER :- The decoder has been configured to give BT.656 output. The C0 to C7 lines of the decoder are connected to the CIN0 to CIN7 pins in ISIF. We configure the decoder through i2c.
Next we followed the YUV_sensor_integration_Guide.pdf (Collaterals) to confiure the RDK for TVP514X. The only changes we made than default are : we set the ycInSwap to FALSE so that the Y-Signal and C-Signal are not swapped on the ISIF input. After compiling the RDK for IPNC platform (NOT EVM, as we have IPNC kit) when we run the av_server.out binary with the following arguments :-
# ./av_server.out D1 H264 3000000 VBR AUTO MENUOFF &
the application hangs after IPNC AUTO_IRIS = 0.... Then we run the moduletest application for testing the "drv_isif"as follows:
# ./moduletest.out drv_isif
this application hangs where it waits for the VDINT0 interrupt. The register dump of the entire VPSS subsystem registers is attached herewith. It seems all the registers are configured appropriately still we get no interrupt.
NOTE:- We probed the data and PCLK lines from the decoder and we can see the data coming.