Changes between Version 1 and Version 2 of Yocto/Video_Out
- Timestamp:
- 05/08/2018 10:22:12 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Yocto/Video_Out
v1 v2 10 10 [=#drivers] 11 11 = Video Output Drivers = 12 {{{#!comment 12 13 There are two different display driver API's in Linux today: 14 }}} 13 15 * [https://www.kernel.org/doc/Documentation/fb/framebuffer.txt framebuffer] 14 16 * Very simple 15 17 * Low level 16 18 * [https://www.kernel.org/doc/Documentation/fb/framebuffer.txt See this link for much more detail] 17 19 {{{#!comment 18 20 * [https://www.kernel.org/doc/Documentation/video4linux/v4l2-framework.txt video4linux (v4l)] 19 21 * More abstract 20 22 * Mainly used for video and other graphical applications 21 23 * [https://www.kernel.org/doc/Documentation/video4linux/v4l2-framework.txt See this link for much more detail] 24 }}} 22 25 23 26 The i.MX6 Video output framework drivers are currently only available in the Yocto BSP using the Freescale 3.0.35 kernel. This driver framework has not made it fully into mainline linux yet and no support is available for OpenWrt.