Beagleboard XM Camera and LCD7 touchscreen compatability

Good evening.

I’m working on a project trying to integrate the BeagleboardToys LCD7 touchscreen and a Leopard imaging LI-LBCMVGA camera. I’ve been able to get the camera portion of the code working fine, taking pictures, displaying them, etc using a 2.6.32 kernel. Now I am trying to get the touch part of the LCD7 to work. Unfortunately, it appears that I can only get the touch portion to work with kernel versions 3+, which (to the best of m y knowledge) do not support any of the LI cameras. Any suggestions? I’m hoping this isn’t a futile effort…

Thanks,

Walt

PS: It seems strange that there seems to be such little support for the xm and the camera port, given that is (to me) one of its big features.

Good evening.

I'm working on a project trying to integrate the BeagleboardToys LCD7
touchscreen and a Leopard imaging LI-LBCMVGA camera. I've been able to get
the camera portion of the code working fine, taking pictures, displaying
them, etc using a 2.6.32 kernel. Now I am trying to get the touch part of
the LCD7 to work. Unfortunately, it appears that I can only get the touch
portion to work with kernel versions 3+, which (to the best of m y
knowledge) do not support any of the LI cameras. Any suggestions? I'm
hoping this isn't a futile effort...

We got the LI-5M03 (1) working again with recent kernel's (2)..

1: http://shop.leopardimaging.com/product.sc?productId=17
2: stable-kernel/patches/beagle/expansion/0009-Beagle-Camera-add-MT9P031-Aptina-image-sensor-driver.patch at v3.6.x · RobertCNelson/stable-kernel · GitHub

I started working on the LBCMVGA again, but it seems the MT9V113
drivers never hit mainline, nor am i sure where the latest version of
them are. ..

PS: It seems strange that there seems to be such little support for the xm
and the camera port, given that is (to me) one of its big features.

Nah, they all just got left behind in the 2.6.32-psp kernel... Just
have to port them all back..

Regards,