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.

Linux Kernel Configuration - No OMAP 3 Camera support

Other Parts Discussed in Thread: AM3715

Hi,

AM3715 EVM 4.0

I am following the configuration steps in this document - UserGuideOmap35xCaptureDriver PSP 03.00.00.05

http://processors.wiki.ti.com/index.php/UserGuideOmap35xCaptureDriver_PSP_03.00.00.05#Configuration_Steps

To enable capture driver support in the kernel, start Linux Kernel Configuration tool.

./ti-sdk-AM3715-evm-4.0.0.0/AM37x-PSP/src/kernel/linux

$ make menuconfig  ARCH=arm

There is no OMAP 3 Camera Support in this step

  • Select OMAP3 Camera Support from the menu.
...
...
< >   SAA5249 Teletext processor
<*>   OMAP 3 Camera support
< >   OMAP ISP Previewer
<*>   OMAP ISP Resizer
...
...
  • Dave,

    Are you looking under Device Drivers -> Multimedia Support -> Video Capture adapters -> OMAP 3 Camera support. Please note that we currently support camera through BT656 interface using V4L2 driver.

    Regards, Punya

    ---------------------------------------------------------------------------------------------------------------------
    Please click the Verify Answer button on this post if it answers your question.
    ---------------------------------------------------------------------------------------------------------------------

  • Hi Punya,

    Yes I'm looking under Device Drivers -> Multimedia Support -> Video Capture adapters ->

    Attached is a screen capture

     

  • Dave,

    Looks like your config file has been changed, please try to reconfigure it.

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

    Regards, Punya
    ---------------------------------------------------------------------------------------------------------------------
    Please click the Verify Answer button on this post if it answers your question.
    ---------------------------------------------------------------------------------------------------------------------