Changes between Version 1 and Version 2 of Yocto/Video_Out


Ignore:
Timestamp:
05/08/2018 10:22:12 PM (6 years ago)
Author:
Cale Collins
Comment:

commented out missing link

Legend:

Unmodified
Added
Removed
Modified
  • Yocto/Video_Out

    v1 v2  
    1010[=#drivers]
    1111= Video Output Drivers =
     12{{{#!comment
    1213There are two different display driver API's in Linux today:
     14}}}
    1315 * [https://www.kernel.org/doc/Documentation/fb/framebuffer.txt framebuffer]
    1416  * Very simple
    1517  * Low level
    1618  * [https://www.kernel.org/doc/Documentation/fb/framebuffer.txt See this link for much more detail]
    17 
     19{{{#!comment
    1820 * [https://www.kernel.org/doc/Documentation/video4linux/v4l2-framework.txt video4linux (v4l)]
    1921  * More abstract
    2022  * Mainly used for video and other graphical applications
    2123  * [https://www.kernel.org/doc/Documentation/video4linux/v4l2-framework.txt See this link for much more detail]
     24}}}
    2225
    2326The 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.