Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
learn:programmable-logic:tutorials:arty-z7-hdmi-demo:start [2017/03/22 10:10] – [Downloads] Monica Ignatlearn:programmable-logic:tutorials:arty-z7-hdmi-demo:start [2017/07/20 20:35] (current) – [Downloads] Arthur Brown
Line 2: Line 2:
  
 {{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:hdmiout.png?500|}} {{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:hdmiout.png?500|}}
 +
 ===== Overview ===== ===== Overview =====
 +
 +==== Description ====
 +
 +The Arty Z7 HDMI Out project demonstrates the usage of the HDMI out port on the Arty Z7 board. There are two projects, one for each variant of the board: Arty Z7-10 and Arty Z7-20.
 +The behavior is as follows:
 + 
 +  * Frames stream out through the HDMI port.
 +  * A UART interface is available to configure what is output through HDMI.
 +  * There are 3 display frame buffers that the user can choose to display.
 +
 +-------
 +
 ==== Features Used ==== ==== Features Used ====
  
Line 20: Line 33:
 ^ chipKIT connector for XADC signals |    X           | ^ chipKIT connector for XADC signals |    X           |
 ^ USB HID Host                          X           | ^ USB HID Host                          X           |
- 
- 
-==== Description ==== 
- 
-The Arty Z7 HDMI Out project demonstrates the usage of the HDMI out port on the Arty Z7 board. There are two projects, one for each variant of the board: Arty Z7-10 and Arty Z7-20. 
-The behavior is as follows: 
-  
-  * Frames stream out through the HDMI port. 
-  * A UART interface is available to configure what is output through HDMI. 
-  * There are 3 display frame buffers that the user can choose to display. 
- 
-------- 
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 39: Line 40:
   * **Micro-USB cable**   * **Micro-USB cable**
   * **HDMI cable**   * **HDMI cable**
-  * **HDMI source** 
   * **HDMI monitor**   * **HDMI monitor**
  
Line 49: Line 49:
  
 ----- -----
 +
 ===== Downloads ===== ===== Downloads =====
-Arty Z7-10 Hdmi Out Project Repository -- [[https://github.com/Digilent/Arty-Z7-10-hdmi-out/releases/download/v2016.4-2/Arty-Z7-10-hdmi-out-2016.4-2.zip|ZIP]] [[https://github.com/Digilent/Arty-Z7-10-hdmi-out.git|Git Repo]]+Arty Z7-10 Hdmi Out Project Repository -- [[https://github.com/Digilent/Arty-Z7-10-hdmi-out/releases/download/v2016.4-3/Arty-Z7-10-hdmi-out-2016.4-3.zip|ZIP]] [[https://github.com/Digilent/Arty-Z7-10-hdmi-out|Git Repo]] 
 + 
 +Arty Z7-20 Hdmi Out Project Repository -- [[https://github.com/Digilent/Arty-Z7-20-hdmi-out/releases/download/v2016.4-4/Arty-Z7-20-hdmi-out-2016.4-4.zip|ZIP]] [[https://github.com/Digilent/Arty-Z7-20-hdmi-out|Git Repo]]
 ------- -------
-Arty Z7-20 Hdmi Out Project Repository -- [[https://github.com/Digilent/Arty-Z7-10-hdmi-out/releases/download/v2016.4-2/Arty-Z7-10-hdmi-out-2016.4-2.zip|ZIP]] [[https://github.com/Digilent/Arty-Z7-10-hdmi-out.git|Git Repo]] 
-------- 
-===== How to... ===== 
- 
-==== 1. Generate the Project ==== 
- 
->1.1) Download the project linked in the download section and unzip it in the location of your choosing.  
  
->1.2) Generate the **hdmi_out** project in the Projects folder by following this guide before continuing: [[vivado:github|How to Generate a Project from Digilent's Github]]+===== Download and Launch the Arty Z7 HDMI Demo =====
  
-==== 2. Build the Project ====+>1) Follow the [[:learn:programmable-logic:tutorials:github-demos:start:|Using Digilent Github Demo Projects]] Tutorial. Since this is a Vivado SDK Project, you can either directly launch SDK and import the hardware handoff, or you can generate a bitstream in Vivado before launching SDK. Select the hardware handoff options in the tutorial if you don't want to modify the project block design later. Return to this guide when prompted to check for additional hardware requirements and setup.
  
->2.1Click **Generate Bitstream** on the left hand menu towards the bottom. Vivado will run through both Run Synthesis and Run Implementation before it generates the bitstream automatically+>2) Plug one end of the HDMI cable into a video monitor and the other into the Arty Z7 HDMI out port
 > >
->Note: If you want, you can click each step by itself in the order of **Run Synthesis**, **Run Implementation** and then **Generate Bitstream**. +>{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:hdmi_out_setup.jpg?500|}}
-+
->{{:basys3:buildflow.png?600|}}+
  
-==== 3. Export to SDK ==== +>3) Turn on your board and open a serial terminal (such as TeraTerm) on your computer to receive status messagesSetup the serial port to connect to the appropriate port for your boardwith baud rate of 1152008 data bits, no parity bit and 1 stop bit. Then return to the Github Project Tutorial to finish programming and running the demo.
- +
->3.1Export the microblaze project by going to **File>Export>Export Hardware**Click the check box to **Include the bitstream**and export it local to project. This will create .sdk folder in your project directory. Afterwardsclick **File>Launch SDK** to launch Xilinx SDK.+
 > >
->{{:zybo:exporthw.jpg?500|}}+>{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:hdmiout.png?500|}}
  
-==== 4. Import the SDK files ====+===== Using the Arty Z7 HDMI Demo =====
  
->4.1) In your project Explorer window on the left side, click **File>Import** then expand the General tab and click **Existing Projects into Workspace**. Navigate to the Projects/hdmi_out folder, select the **sdk** folder, and click OK. In the //Import// window, click Finish to import the SDK project. +==== HDMI Display Options ====
-+
->{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:import_hdmi_out1.png?300|}}{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:import_hdmi_out.png?300|}}+
  
-==== 5. Program the FPGA ==== 
- 
->5.1) Click **Xilinx Tools>Program FPGA** and click **Program**. Xilinx SDK will then program the FPGA with a microblaze bit file. 
-> 
->{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:programfpga.png?500|}} 
- 
-==== 6. Program the Microblaze Processor ==== 
- 
->6.1) Click on the **displaydemo** folder and click the Green **Run System Debugger on Local displaydemo.elf** button. The microblaze program will be programmed onto your Arty Z7 board. 
-> 
-{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:program_ublaze.png?700|}} 
- 
-==== 7. Run the Project ==== 
- 
-This portion will help you run the demo and observe all its features. 
- 
->7.1) Setup 
-> 
->Plug one end of the HDMI cable into a video monitor and the other into the Arty Z7 HDMI out port.  
-> 
->{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:hdmi_out_setup.jpg?500|}} 
- 
->7.2) Setting up UART communications 
-> 
->To see the UART communication channel, open a terminal program on your computer set to 112500 baud rate, 8 data bits, no parity bit and 1 stop bit. On startup, the Art Z7 will display the HDMI settings menu, shown below. 
-> 
->{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:hdmiout.png?500|}} 
- 
->7.3) HDMI display options 
-> 
 >  1 - Changes the resolution of the HDMI output to the monitor. >  1 - Changes the resolution of the HDMI output to the monitor.
 >  2 - Changes the frame buffer index. >  2 - Changes the frame buffer index.
->  3/4 - Prints a test pattern in the chosen Frame buffer: blended or color bar.+>  3/4 - Prints a test pattern in the chosen frame buffer: blended or color bar.
 >  5 - Inverts current frame colors. >  5 - Inverts current frame colors.
 >  6 - Inverts current frame colors seamlessly. >  6 - Inverts current frame colors seamlessly.
 > >
->{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:hdmi_outblended.jpg?500|}}{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:hdmi_out_colorbar.jpg?500|}}+>{{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:arty-z7-hdmi-blend.jpg?400|}} {{:learn:programmable-logic:tutorials:arty-z7-hdmi-demo:arty-z7-hdmi-bar.jpg?400|}}
  
-{{tag>learn programmable-logic tutorial arty-z7}}+{{tag>learn programmable-logic project arty-z7}}