Versions Compared

Key

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

...

The table below lists the available hardware designs and XSA path. These can be found in the prebuilt prebuild folder in the package under "pl/prebuiltprebuild".

DesignProjectXSA file
VCU TRDVCU TRDzcu106_trd.xsa
Multistream AudioHDMI-Rx + VCU + HDMI-Tx + Audio and 
MIPI-Rx + VCU + HDMI-TX + Audio -
[ I2S-Rx + I2s-Tx ]
zcu106_audio.xsa
10G Ethernet Video streaming10G HDMI-Rx + VCU + HDMI-Txzcu106_10g.xsa
SDI Capture and Display with AudioSDI-Rx + VCU + SDI-Tx + Audio + PLDDRzcu106_plddr_sdi.xsa
HDMI Video CaptureHDMI-Rx + VCUzcu106_hdmirx.xsa
HDMI Video DisplayVCU + HDMI-Txzcu106_hdmitx.xsa
SDI Video CaptureSDI-Rx + VCUzcu106_sdirx.xsa
SDI Video DisplayVCU + SDI-Txzcu106_sditx.xsa
PL DDR HDMI Capture and DisplayHDMI-Rx + VCU + HDMI-Tx + PL DDRzcu106_plddr_hdmi.xsa
PCIe Encode, Decode and TranscodePCIe XDMA + VCUzcu106_pcie.xsa

Xilinx Low Latency PS DDR NV12 HDMI Capture and Display

HDMI-Rx + VCU + HDMI-Tx + Sync IPzcu106_llp2_nv12.xsa
Xilinx Low Latency PL DDR NV16 HDMI Capture and DisplayHDMI-Rx + VCU + HDMI-Tx + PL DDR + Sync IPzcu106_llp2_nv16.xsa
Xilinx Low Latency PL DDR XV20 HDMI Capture and DisplayHDMI-Rx + VCU + HDMI-Tx + PL DDR + Sync IPzcu106_llp2_xv20.xsa
Xilinx Low Latency PL DDR XV20 SDI Capture and DisplaySDI-Rx + VCU + SDI-Tx + PLDDR + SYNC IPzcu106_llp2_sdi.xsa

...

Code Block
themeMidnight
% petalinux-config --get-hw-description=$TRD_HOME/pl/prebuild/vcuzcu106_trd

NOTE:

  • If the Vivado project is modified, the user is expected to configure the bsp with the modified .xsa file and build.

...

Code Block
themeMidnight
% petalinux-config --get-hw-description=$TRD_HOME/pl/vcuzcu106_trd/
  • Create a soft link of design dtsi file to system-user.dtsi using below command

...