Git Product home page Git Product logo

u96_dpu's Introduction

U96_DPU

Implementing Deep Learning Processing Unit (DPU) on the Ultra96V2 board

Requires:

  • Vitis/Vivado 2021.1 Tools
  • Petalinux 2021.1

Build process from: https://www.hackster.io/AlbertaBeef/vitis-ai-1-4-flow-for-avnet-vitis-platforms-5ebc3f

  1. Clone all needed repos:

    git clone https://github.com/Avnet/bdf

    git clone -b 2021.1 https://github.com/Avnet/hdl

    git clone -b 2021.1 https://github.com/Avnet/petalinux

    git clone -b 2021.1 https://github.com/Avnet/vitis

    In /vitis/projectMakefile.mk add "-j 10" after each $(MAKE) to avoid crashing. Also, in line 144 source ./add_petalinux_packages.sh replace source with . or bash. This file determines what happens in each "step" (xsa, plnx, dpu etc.)

  2. In vitis/ directory do:

    make u96v2_sbc step=xsa (may have to add new line 95 in hdl/scripts/make.tcl return 10 to avoid using too many ressources and crashing machine)

    This creates new directory hdl/projects/u96v2_sbc_base_2021_1 with Vivado project which can be opened.

  3. Next, with petalinux installed as ~/petalinux/, do:

    source ../../petalinux/settings.sh

    make u96v2_sbc step=plnx

  4. Next do:

    make u96v2_sbc step=sysroot

  5. Next do:

    make u96v2_sbc step=pfm

  6. Next step can take a long time. Do:

    make u96v2_sbc step=dpu

U96_DPU_bd

  • 1x B2304, low RAM, low DSP, 2x gated clk
  • clk_dsp = 2x clk_dpu

u96_dpu's People

Contributors

nhma20 avatar

Watchers

 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.