GithubHelp home page GithubHelp logo

seguar / zcu216-pynq Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sarafs1926/zcu216-pynq

0.0 0.0 0.0 12.89 MB

Board repo for the ZCU216 RFSOC PYNQ 3.0.1

License: BSD 3-Clause "New" or "Revised" License

Shell 92.83% BitBake 3.95% Python 3.23%

zcu216-pynq's Introduction

ZCU216-PYNQ

PYNQ 3.0.1 for ZCU216 compiled image

xrfclk-patch for PYNQ

xrfdc-patch for PYNQ

If you have problems with certificates check time and date on your board. You can set it from the internet with the following command:

sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"

Manual build

Fresh WSL2 Ubuntu 20.04 LTS

# Preparations: or like in https://github.com/nick-petrovsky/PYNQ-ZYBO Readme.md

sudo dpkg --add-architecture i386
sudo apt update

sudo dpkg-reconfigure dash  
Press NO to configure bash

#Install Vivado, Vitis and PetaLinux 2022.1
#Make sure that they are in PATH
export PATH="/opt/crosstool-ng/bin:/opt/qemu/bin:$PATH"
source /work/Vivado/2022.1/settings64.sh
source /work/Vitis/2022.1/settings64.sh
source /work/PetaLinux/2022.1/tool/settings.sh
petalinux-util --webtalk off

#give full rights to pynq directory
sudo chmod -R 777 /work/PYNQ
git checkout 93ddd21

/bin/bash /work/PYNQ/sdbuild/scripts/setup_host.sh

curl -L https://bit.ly/pynq_aarch64_v3_0_1 > pynq_rootfs.aarch64.tar.gz

curl -L https://bit.ly/pynq_arm_v3_1 > pynq_rootfs.arm.tar.gz

curl -L https://files.pythonhosted.org/packages/4c/d4/3a6d15a95d0d6bb47e08f7c3189595f8d20a560560c81de08fb68b624a68/pynq-3.0.1.tar.gz  > pynq_sdist.tar.gz


make images BOARDS=ZCU216 PYNQ_SDIST=/work/PYNQ/sdbuild/prebuilt/pynq_sdist.tar.gz PYNQ_ROOTFS=/work/PYNQ/sdbuild/prebuilt/pynq_rootfs.aarch64.tar.gz
make sysroot_ZCU216 PYNQ_ROOTFS=/work/PYNQ/sdbuild/prebuilt/pynq_rootfs.aarch64.tar.gz

time make BOARDDIR=/home/sega/git-projects/ZCU216-PYNQ/ZCU216/ BOARDS=ZCU216


 source ${HOME}/petalinux/settings.sh
 source /tools/Xilinx/Vivado/2022.1/settings64.sh
 source /tools/Xilinx/Vitis/2022.1/settings64.sh

zcu216-pynq's People

Contributors

seguar avatar sarafs1926 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.