I have the Beagleboard xM board. I downloaded and installed
ti-sdk-beagleboard-06.00.00.00 at http://software-dl.ti.com/sitara_linux/esd/BeagleBoardSDK/latest/index_FDS.html
When I booted up my board, I was expecting to see v4l2 devices (/dev/video*) present, however there were none.
I checked the included 3.3.7 kernel's configuration through menuconfig, and saw v4l2 drivers not compiled, so I added (selecting the built-in option) them in the configuration and re-compiled the kernel.
After successful creation of uImage, I booted up the board with this new uImage. In the 'dmesg' output, I saw an error message something like
omap_vout: probe of omap_vout failed with error -22
Does anyone have any idea why I am observing this?
Does linux omap kernel 3.3.7 not support v4l2 driver yet?
I even tried the latest omap kernel at http://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git (using omap2plus_defconfig) with no luck.
Thanks.