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.

How to modify the file of kernel?

Other Parts Discussed in Thread: THS8200

hi ,I use DM6467.

And the video chip (VPIF) is silicon image 9137 in my board.

but TI (your company) 's board is ths8200.

and how to modify the file( what file) of kernel?

please help me.

  • Hi,

     

    VPIF driver in the Linux kernel is independent of the video chip connected. You should write your driver as a slave driver in V4L2 sub-dev framework and attach it to the VPIF driver. VPIF driver will call your video chip function when it is required.  Please go through the ths8200 driver to get the idea about how to write slave driver in sub-dev framework. Let me know if you need more information on this.

     

    Thanks,

    Brijesh Jadav

  • you mean I just modify the ths8200.c and ths8200.h?

    can you explain the details?

    I just want the 9134 to display in SD or HD.