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.

About porting tvp514x device driver....

Other Parts Discussed in Thread: TVP7002, TVP5147

Hello,

I have ported TVP514x device driver according to TVP7002 porting guide(http://processors.wiki.ti.com/index.php/DM81xx_AM38xx_Adding_External_Decoders_to_V4L2_Capture_Driver)....

My EZSDK version is ti-ezsdk_dm816x-evm_5_03_01_15....

I have modified the following files...

- arch/arm/mach-omap2/ti81xx_fb.c

- drivers/media/video/ti81xx/*.c

- /drivers/video/ti81xx/vpss/*.c

Are there any other files to modify?

Porting result is not good. Capturing is OK, but the file contents are the same....no picture...

The following is the VPSS status information...

Capture capture detected(0)
Output Width detected(0): 60
Output height detected(0): 124
Dropped frame count(0): 0
Caputred frame count(0): 0

According to the above message, capturing is not done...

How to interpret the above message?