1.4.2. Sources - 1.4.2. Sources - 2025.1 English - XD346

SCU35 Environmental Monitoring Targeted Reference Design (XD346)

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

Sources for the design are available in the git repository. It provides:

  • Sources for the hardware design

  • Sources for the standalone MicroBlaze application

  • Sources for the documentation

  • Makefiles and Scripts to build all the sources

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 (v2025.1)
git clone https://github.com/Xilinx/scu35-environmental-monitoring-design.git
cd scu35-environmental-monitoring-design
git checkout v2025.1

From the cloned area, run make help to see various build options.

The repository directory structure is as follow:

scu35-environmental-monitoring-design
├── docs
│   ├── ... document sources
│   └── Makefile           # Documentation Makefile
├── hw
│   ├── common             # Common constraints and subsystem definition
│   ├── ip_repo
│   ├── Makefile           # Hardware Makefile
│   ├── scu35_prod_base    # sources for each variants
├── LICENSE
├── Makefile               # Top level Makefile
├── README.md
├── binary                 # QSPI Programming file
└── sw
    ├── Makefile           # Software Makefile
    ├── scripts            # Script to configure or build
    ├── standalone-srcs    # Rpu application sources