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.

OMAP5432-uEVM GLSDK:6_00_00_07 not work USB WEB cam

Hi,

I have installed ubuntu on OMAP5432-uEVM, but can't start to work usb WEB camera - /dev/video0 not apear.

i try to install uvcvideo driver (from Yocto), but no succes.   Then i download uvcvideo-r104 , but make return error

Any sugestion - hou to add support for usb web cam?

thanks, 

Igor

messages when connect camera:

[15536.199890] usb 1-2.1: new high-speed USB device number 6 using ehci-omap
[15537.130950] usb 1-2.1: skipped 1 descriptor after configuration
[15537.137298] usb 1-2.1: skipped 5 descriptors after interface
[15537.143249] usb 1-2.1: skipped 1 descriptor after endpoint
[15537.149017] usb 1-2.1: skipped 18 descriptors after interface
[15537.155212] usb 1-2.1: default language 0x0409
[15537.160461] usb 1-2.1: udev 6, busnum 1, minor = 5
[15537.165527] usb 1-2.1: New USB device found, idVendor=14c3, idProduct=1301
[15537.172760] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumbe3
[15537.180450] usb 1-2.1: Product: Miview Digital Microscope
[15537.186157] usb 1-2.1: Manufacturer: Cosview Technologies Co., Ltd.
[15537.192749] usb 1-2.1: SerialNumber: MV1302u
[15537.197906] usb 1-2.1: usb_probe_device
[15537.201995] usb 1-2.1: configuration #1 chosen from 1 choice
[15537.208068] usb 1-2.1: adding 1-2.1:1.0 (config #1, interface 0)
[15537.214782] usbtest 1-2.1:1.0: usb_probe_interface
[15537.219879] usbtest 1-2.1:1.0: usb_probe_interface - got id
[15537.225891] usb 1-2.1: adding 1-2.1:1.1 (config #1, interface 1)
[15537.232604] usbtest 1-2.1:1.1: usb_probe_interface
[15537.237640] usbtest 1-2.1:1.1: usb_probe_interface - got id
[15537.243865] of_get_named_gpio_flags: can't parse gpios property
[15537.250274] hub 1-2:1.0: state 7 ports 3 chg 0000 evt 0002
[15537.256103] of_get_named_gpio_flags: can't parse gpios property
[15537.264099] omap-dma-engine omap-dma-engine: allocating channel for 78
[15537.271423] omap-dma-engine omap-dma-engine: allocating channel for 77
[15537.278808] omap_hsmmc 480ad000.mmc: vmmc regulator missing
[15537.285949] omap-dma-engine omap-dma-engine: freeing channel for 77
[15537.293518] omap-dma-engine omap-dma-engine: freeing channel for 78
[15537.300170] platform 480ad000.mmc: Driver omap_hsmmc requests probe deferral

  • Hi Igor,

    Which version of GLSDK do you port on your omap5 uEVM?

    The latest GLSDK6.04 (http://downloads.ti.com/dsps/dsps_public_sw/glsdk/6_04_00_02/index_FDS.html) already contains the uvc_video driver, see linux/drivers/media/usb/uvc/.

    Try if enabling the v4l support in your kernel will help.

    Best Regards,

    Yordan

  • I installed GLSDK-6_04_00_02 (with some trouble - can't start Xserver), but i prefer Ubuntu. It is possible to add uvc driver in ubuntu, i try recompile kernel but no succes:

    root@localhost:/usr/src/linux-headers-3.8.4-100-omap5/drivers/media/usb/uvc# make -C /usr/src/linux-headers-3.8.4-100-omap5 M=/usr/src/linux-headers-3.8.4-100-omap5/drivers/media/usb/uvc modules
    make: Entering directory `/usr/src/linux-headers-3.8.4-100-omap5'
    make: Warning: File `/usr/src/linux-headers-3.8.4-100-omap5/arch/arm/Makefile' has modification time 1.4e+09 s in the future
    make[1]: Warning: File `scripts/Makefile.lib' has modification time 1.4e+09 s in the future
    make[1]: warning: Clock skew detected. Your build may be incomplete.
    Building modules, stage 2.
    make[1]: Warning: File `scripts/Makefile.lib' has modification time 1.4e+09 s in the future
    MODPOST 0 modules
    make[1]: warning: Clock skew detected. Your build may be incomplete.
    make: warning: Clock skew detected. Your build may be incomplete.
    make: Leaving directory `/usr/src/linux-headers-3.8.4-100-omap5'
    root@localhost:/usr/src/linux-headers-3.8.4-100-omap5/drivers/media/usb/uvc# make -C /usr/src/linux-headers-3.8.4-100-omap5 M=/usr/src/linux-headers-3.8.4-100-omap5/drivers/media/usb/uvc modules_install
    make: Entering directory `/usr/src/linux-headers-3.8.4-100-omap5'
    make: Warning: File `/usr/src/linux-headers-3.8.4-100-omap5/arch/arm/Makefile' has modification time 1.4e+09 s in the future
    make[1]: Warning: File `scripts/Kbuild.include' has modification time 1.4e+09 s in the future
    make[1]: warning: Clock skew detected. Your build may be incomplete.
    DEPMOD 3.8.4-100-omap5
    make: warning: Clock skew detected. Your build may be incomplete.
    make: Leaving directory `/usr/src/linux-headers-3.8.4-100-omap5

    Thanks in advance for any help… i am getting really mad…

     

  • Somebody can help me? How i can compile modules for ubuntu? I download "linux-headers-3.8.4" and "linux-sources",  > make config 

    #set needed modules and save modification

    > make modules    

    return infinite loop:

    make: Warning: File `/usr/src/linux-headers-3.8.4-100-omap5/arch/arm/Makefile' has modification time 1.4e+09 s in the future
    make[1]: Warning: File `scripts/Kbuild.include' has modification time 1.4e+09 s in the future
    make[1]: warning: Clock skew detected. Your build may be incomplete.  

    .....

    Thanks.