3.2.1. Clone Sources Repository - 3.2.1. Clone Sources Repository - 2025.1 English - XD346

SCU35 Environmental Monitoring Targeted Reference Design (XD346)

Document ID
XD346
Release Date
2026-04-09
Version
2025.1 English

Skip the following steps if the Git repository has already been downloaded and extracted to a working directory.

Clone the Git Repository for the current release tag.

# Create and move to directory where the source repository is to be cloned
mkdir -p <target directory>
cd <target directory>

# clone and switch to current release tag (amd-v2024.1)
git clone https://github.com/Xilinx/scu35-environmental-monitoring-design.git
cd scu35-environmental-monitoring-design
git checkout v2025.1

export REPO_SRC=<target directory>/scu35-environmental-monitoring-design

Note

refer REPO_SRC=<target_directory>/scu35-environmental-monitoring-design for rest of the documentation

$REPO_SRC/hw directory provides sources to build the following components:

  • Vivado project

  • Hardware XSA

  • Hardware PDI

The XSA will be used later by the software instructions.