Other Parts Discussed in Thread: TVP5147
I use DM6467 and I have a DAVINCI.
but the video chip in the DAVINCI is TVP5147 and my design board is sil9134CTU(silicon).
the kernel config is not have this choice(sil9134).
how to do?
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.
Other Parts Discussed in Thread: TVP5147
I use DM6467 and I have a DAVINCI.
but the video chip in the DAVINCI is TVP5147 and my design board is sil9134CTU(silicon).
the kernel config is not have this choice(sil9134).
how to do?
Hi,
As far as i know, Driver for the sil9034 is not supported in the Linux Kernel. You need to add support for it in the kernal.
Thanks,
Brijesh Jadav
yes ,I think I have to do it.
I don't know how to drive the VPIF and what different in the VPIF and V4L2?
Hi,
V4L2 is actually standard video interface for the application in Linux. VPIF is exposed to the application through V4L2 interface. VPIF driver is actualy based on the subdevice frame work of the V4L2, so a new encoder can be easily added in the VPIF driver. I would suggest to go through VPIF driver once to get the idea of how it interects with the encoder driver.
Thanks,
Brijesh Jadav