Versions Compared

Key

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

...

Code Block
themeMidnight
% cp -f vcu_qt $TRD_HOME/images/<Path to Design images>/bin/


3.

7

8 PCIe Lib

This tutorial shows how to build the PCIe library.

NOTE: The PCIe library is required for PCIe transcode design only.  

  • From the menu bar, select File -> Import…, then select General -> Existing Projects into Workspace. Click Next.
  • Browse to the $TRD_HOME/apu/apps directory. Select “Deselect All” and select pcie_lib project. Click Finish.
  • Right-click the pcie_lib project and select 'Build Project'

3.

7

9 PCIe Transcode

This tutorial shows how to build the PCIe transcode application. PCIe transcode application depends on the pcie_lib project, so build pcie_lib before building pcie_transcode application.  

NOTE: The PCIe library is required for PCIe transcode design only.  

  • From the menu bar, select File -> Import…, then select General -> Existing Projects into Workspace. Click Next.
  • Browse to the $TRD_HOME/apu/apps directory. Select “Deselect All” and select pcie_transcode project. Click Finish.

  • Right-click the pcie_transcode project and select 'Build Project'

...