INTERFACING USB CAMERA AND HDMI SCREEN WITH BEAGLEBONE BLACK
13 views
Skip to first unread message
DUSHYANT KUMAR Singh
unread,
Jul 4, 2017, 7:59:45 AM7/4/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
Hi,
I am working with BeagleBone Black having Angstrom OS with Linux Kernel 3.8.13. I am accessing my device on my host PC through Putty. I am trying to interface a HDMI screen and a USB camera with it. I want to know that how should I proceed for this. In /lib/modules/3.8.13/kernel/drivers/video, two directories are present i.e. backlight and omap2 in which .ko files of the modules are present. But, when I am trying to load these modules using modprobe <.ko file> I am getting that the modules are not found. Also after doing "lsmod" I don't find any video related driver installed.
Will these modules be dynamically loaded by kernel at runtime? How should I proceed from here.