Boot HDMI Project on Zybo Z7-10 from SD Card

Environment

  • Ubuntu 16.04
  • ZYBO Z7 10
  • Vivado 2017.4

Setup

According to reference website, prepared a SD card with a boot image.

Connect

$ sudo apt-get install cu
$ ls /dev/ttyUSB*
/dev/ttyUSB0  /dev/ttyUSB1
$ sudo chmod 666 /dev/ttyUSB1
$ cu -s 115200 -l /dev/ttyUSB1
Connected.

Type any key. Now you can see description.

Invalid Selection
**************************************************
*                ZYBO Video Demo                 *
**************************************************
*Display Resolution:                 640x480@60Hz*
*Display Pixel Clock Freq. (MHz):          25.000*
*Display Frame Index:                           0*
*Video Capture Resolution:       !HDMI UNPLUGGED!*
*Video Frame Index:                             0*
**************************************************

1 - Change Display Resolution
2 - Change Display Framebuffer Index
3 - Print Blended Test Pattern to Display Framebuffer
4 - Print Color Bar Test Pattern to Display Framebuffer
5 - Start/Stop Video stream into Video Framebuffer
6 - Change Video Framebuffer Index
7 - Grab Video Frame and invert colors
8 - Grab Video Frame and scale to Display resolution
q - Quit


Enter a selection:

To exit connection, type “~”, “.” and “Enter” keys.

Reference