[beagleboard] Re: hacking MT9P031 (LI-5M03) driver in Ubuntu 12.04 on BeagleBoard xM?

Did you enable the camera via the 'uEnv.txt' variable??

aka "camera=li5m03"

Then in ubuntu/debian: run this script:

https://raw.github.com/RobertCNelson/tools/master/pkgs/aptina-media-ctl-n-yavta.sh

and then run this script to "test" capture:

https://raw.github.com/RobertCNelson/tools/master/pkgs/aptina-test-capture.sh

Regards,

Just let you know about initialization of the related driver (mt9p031), type ‘dmesg | grep mt9*’ to see if it is done properly. You should see video and v4l-subdev8 (media-ctl -p) if the driver is alive and LI5M03 (mt9p031) is connected to the board.

Hope this helps.

Ozkan.