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.

Enable channel 5 on TDA2xx

Other Parts Discussed in Thread: TDA2

Hi,

I want to enable 6 channels on TDA2xx.

My Vision SDK version is v2.08 and running Linux on A15.

Now, channel 1, 2, 3, 4, 6 are enabled. But channel 5 still can not work.


I did following steps to enable channel 5:

1. Disable NDK in Rules.make

2. Set VIDEO_SENSOR_NUM_LVDS_CAMERAS as 6 in "vision_sdk\examples\tda2xx\include\video_sensor.h"

3. Set pinmux as following:

Signal Name from CAMERA

Signal used on TDA2

CAM5_D[2]

VIN4B_D0 (U4)

CAM5_D[3]

VIN4B_D1 (V2)

CAM5_D[4]

VIN4B_D2 (Y1)

CAM5_D[5]

VIN4B_D3 (W9)

CAM5_D[6]

VIN4B_D4 (V9)

CAM5_D[7]

VIN4B_D5 (U5)

CAM5_D[8]

VIN4B_D6 (V5)

CAM5_D[9]

VIN4B_D7 (V4)

CAM5_HSYNC

VIN4B_HSYNC1 (U7)

CAM5_VSYNC

VIN4B_VSYNC1 (V6)

CAM5_PCLK

VIN4B_CLK1(V1)

Is there anything I missed to enable the 5th VIP port?

Thanks,

Kevin