
Linux kernel and driver
M_O_
书山有路勤为径,学海无崖苦作舟
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
编译内核错误收集
1.Empty flash at 0x0048e234 ends at 0x0048e800 Empty flash at 0x030a94a0 ends at 0x030a9800 JFFS2 notice: (36) check_node_data: wrong data原创 2011-09-06 08:38:25 · 3926 阅读 · 1 评论 -
Linux Flash Driver
Linux Flash Driver 在Linux中,采用MTD(memory technology device)系统来建立各种flash对linux的统一接口。结构图如下。转载 2013-02-22 21:30:25 · 2711 阅读 · 0 评论 -
linux视频驱动之videobuf
下面是Linux内核文档中的一篇---videobuf的翻译,只是大概意思的翻译,有不对的地方请指正。 欢迎转载,转载请注明出处。 An introduction to the videobuf layer Jonathan Corbet Current as of 2.6.33 The videobuf layer functions as a sort of glue翻译 2013-07-01 16:56:42 · 4697 阅读 · 0 评论 -
V4L2 CONTROLS
欢迎转载,转载请注明出处,谢谢! 这是一篇关于V4L2 CONTROLS的基本使用方法介绍。 内核中相关的文件是:v4l2-ctrls.h v4l2-ctrls.c V4L2 CONTROLS机制主要提供了设置硬件的方法,包含两个主要的对象: struct v4l2_ctrl struct v4l2_ctrl_handler struct v4l2_ctrl代表一个控翻译 2013-07-05 12:02:15 · 7037 阅读 · 3 评论