Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Zynq UltraScale+ MPSoC VCU TRD 2019.1 - HDMI Video Capture and Display with PL DDR

...

1.2 Run Flow

The TRD package is released with the source code, Vivado project, Petalinux BSP, and SD card image that enables the user to run the demonstration. It also includes the binaries necessary to configure and boot the ZCU106 board. Prior to running the steps mentioned in this wiki page, download the TRD package and extract its contents to a directory referred to as ‘TRD_HOME' which is the home directory.

Refer below link to download all TRD contents.

TRD package contents are placed in the following directory structure. The user needs to copy all the files from the $TRD_HOME/images/vcu_plddr_hdmi/ to FAT32 formatted SD card directory.

Code Block
themeMidnight
└── rdf0428-zcu106-vcu-trd-2019-1
    ├── apu
    │   ├── apps
    │   ├── vcu_petalinux_bsp
    │   ├── vcu_sdx
    │   └── ws_bypass
    ├── host_x86
    │   └── host_package
    ├── images
    │   ├── vcu_10g
    │   ├── vcu_audio
    │   ├── vcu_hdmirx
    │   ├── vcu_hdmitx
    │   ├── vcu_pcie
    │   ├── vcu_plddr_hdmi
    │   ├── vcu_sdirx
    │   ├── vcu_sdirxtx
    │   ├── vcu_sditx
    │   ├── vcu_sdx
    │   └── vcu_trd
    ├── pl
    │   ├── constrs
    │   ├── pre-built
    │   ├── scripts
    │   └── srcs
    └── README.txt


TRD package contents specific to VCU PL DDR HDMI design are placed in the following directory structure.


...