Difference between revisions of "DVI / HDMI"

From ArmadeusWiki
Jump to: navigation, search
m
m
Line 1: Line 1:
{{Under_Construction}}
 
 
 
How to use the HDMI/DVI output of the APF27DevFull development boards.
 
How to use the HDMI/DVI output of the APF27DevFull development boards.
  
Line 37: Line 35:
 
</pre>
 
</pre>
  
==Quick test==
+
==Quick DVI test==
Connect a HDMI cable to the afp27devfull board and to your PC monitor.
+
Connect a HDMI to DVI cable between the afp27devfull board and your PC monitor.
 
The Linux console must appear on the PC display.
 
The Linux console must appear on the PC display.
 +
 +
==Quick HDMI test==
 +
HDMI support has not been tested yet.
  
 
[[Category:Linux drivers]]
 
[[Category:Linux drivers]]
 
[[Category:Displays]]
 
[[Category:Displays]]

Revision as of 20:58, 1 July 2009

How to use the HDMI/DVI output of the APF27DevFull development boards.

Driver installation

 $ make linux26-menuconfig
Device Drivers--->
    Multimedia devices ---> 
        <*> Video For Linux
        [ ] Enable Video For Linux API 1
        < > DVB for Linux
            *** Multimedia drivers ***
        [ ] Load and attach frontend ...
        [ ] Customize analog and hybrid ...
        [*] Video capture adapters --->
            [ ] Autoselect pertinent encoders/decoders ...
                    Encoders/decoders and other helper chips  --->
                        <M> Analog Devices AD9889 digital video encoders (NEW)   
            [ ] V4L USB devices
        [ ] Radio adapters
 $ make 

Update the apf27 board with the new linux kernel and rootfs.

Usage

  • load the module:
modprobe ad9889

Quick DVI test

Connect a HDMI to DVI cable between the afp27devfull board and your PC monitor. The Linux console must appear on the PC display.

Quick HDMI test

HDMI support has not been tested yet.