Skip to content

Commit

Permalink
add build-scanner.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Nov 20, 2019
1 parent d3e0f25 commit a2fc85b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions helpers/build-scanner.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source /opt/Xilinx/Vitis/2019.2/settings64.sh

JOBS=`nproc 2> /dev/null || echo 1`

make -j $JOBS cores

make NAME=led_blinker all

make NAME=scanner bit

sudo sh scripts/alpine-scanner.sh

0 comments on commit a2fc85b

Please sign in to comment.