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.

cannot find V4L2 driver configuration

I have installed ti-sdk_dm3730-evm_4_02_00_06, and followed user guide 03.00.00.05 to add V4L2 support in kernel. But I cannot find TI Media Drivers in menuconfig, and the following OMAP2/OMAP3 V4L2-DSS drivers. Are there any changes about V4L2 drivers but not documented? Thank you very much.

  • Hi,

    I don't quite remember about kernel version being used in in ti_sdk_dm3730-evm_04.0.200.06, but If it is 2.6.32 kernel then you should have all these options.Make sure that you use ARCH=arm while issuing menuconfig command -

      # make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm omap3_evm_defconfig

      # make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm menuconfig

     

    And if the kernel is anything later that 2.6.32, then the options is no longer supported and we have migrated to newer framework.

    Thanks,

    Vaibhav