Skip to content

DavideConficconi/PYNQ-ZCU106

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build PYNQ SD Image for Pynq-ZU

Prerequisites

Required tools:

  • Ubuntu 18.04/20.04 LTS 64-bit host PC
  • Passwordless SUDO privilege for the building user
  • Roughly 35GB of free space (build process only, not accounting for Xilinx tools)
  • At least 8GB of RAM (more is better)
  • Xilinx PetaLinux 2022.1 and Vivado 2022.1

Retrieve the Pynq-ZU board git into a NEW directory.

git clone https://github.com/Xilinx/PYNQ-ZU.git <LOCAL_PYNQ-ZU_REPO>

Build SD Image

PYNQ is a submodule and it points to the corresponding branch.

Configure and install build tools, this will take some effort and will be an iterative process. Install on your own any missing tools.

Inside the <LOCAL_PYNQ-ZU_REPO>/ execute

cd pynq/sdbuild
make checkenv

In the root directory (<LOCAL_PYNQ-ZU_REPO>/) run make.

make 2>&1 | tee build.log

Once the build has completed, if successful a SD card image will be available under the directory <LOCAL_PYNQ-ZU_REPO>/sdbuild/output/Pynq-ZU-3.0.0.img.

Use Etcher or Win32DiskImager to write this image to an SD card.


Copyright© 2022 Advanced Micro Devices

About

PYNQ-ZCU106 image starting from PYNQ-ZU repo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 96.3%
  • Tcl 2.5%
  • Python 0.7%
  • C 0.5%
  • Shell 0.0%
  • Makefile 0.0%