PYNQ-ZU, XUP UltraScale+ MPSoC academic board. Contribute to comp-sec-eng/PYNQ-ZU development by creating an account on GitHub.
Repository files navigation READMEPYNQ-ZU_Tutorial This repository (repo.) provides you the materials to getting started with FPGA application development using PYNQ-ZU board - an AMD (Xilinx before) Zynq Ultrascale+ development board.PYNQ-ZU Block DiagramTerms...
For a selection of smaller boards, like the Ultra96 and ZUBoard-1CG custom arch.json files are provided that will allow you to compile .xmodel files for those boards.Quick Start1. InstallTo install pynq-dpu on your PYNQ-enabled board, in the Jupyter Lab terminal, simply run:...
fromadi.ad936ximportad9361,ad9363,ad9364,Plutofromadi.fmcomms5importFMComms5# from adi.ad9371 import ad9371# from adi.adrv9002 import adrv9002# from adi.adrv9009 import adrv9009# from adi.adrv9009_zu11eg import adrv9009_zu11eg# from adi.adrv9009_zu11eg_multi import adrv9009_zu11eg_mult...
print(pynq_package_files) # Device family constants ZYNQ_ARCH="armv7l" ZU_ARCH="aarch64" CPU_ARCH=os.uname().machine CPU_ARCH_IS_SUPPORTED=CPU_ARCHin[ZYNQ_ARCH,ZU_ARCH] # Notebook delivery default_nb_dir='/home/xilinx/jupyter_notebooks' ...
There are some error message as above picture,the console has print the message as left window, and display source in jupyter notebook. the board is ZCU102 ZU+ MPSoc produced in 03,NOV,2018. I build this uboot file and pynq image according to some guide, there are more detail as below...