chrisw
unread,Oct 22, 2011, 11:30:10 PM10/22/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Beagle Board
I'm using oe-core to build the 3.0.7+ kernel, which runs fine on my
xm.
I'm interested in the media controller framework.
I expected there to be a /dev/media0, but it is not there. I do see
"Linux media interface: v0.10" in my dmesg log, so I know
media_devnode_init() is being called.
Even without a sensor connected and camera defined, I should still get
a media0 which represents the ISP, correct? I do have
CONFIG_VIDEO_OMAP3=y in my kernel config.
It looks like the kernel I'm using doesn't have support for the
"camera=" cmdline option, so hopefully the presence of the camera is
not required to kick things off.
Thanks,
Chris