jay's some development note
linux
driver
- ramfs、initrd
display
tools
others
jay's some development note
linux
driver
display
tools
others
术语 | 解释 |
---|---|
vfe | video front end driver |
cci | camera control interface |
csi | camera serial interface |
$dmesg -T |egrep -i 'vfe|ov5640|v4l|csi|cci'
如上启动顺序
csi、cci、mipi 等外设初始化;
vfe控制 v4l2 启动;
vfe在初始化 v4l2-device启动的时候已经同sub-device ov5640 通信,但是此时ov5640 启动还没有加载,这部分需要详细走读下代码;
libv4l2 源码可以通过sudo apt-get source libv4l2rds0
下载。
$ cat /etc/apt/sources.list
deb http://mirrors.tuna.tsinghua.edu.cn/debian/ jessie main non-free contrib
deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ jessie main non-free contrib
注意:如上,确定已经添加source 源。