Skip to content

Commit

Permalink
Makefile: Update to Vivado version 2021.1 and fix jtag-bootstrap target
Browse files Browse the repository at this point in the history
This updates to Vivado version 2021.1 and
fixes the jtag-bootstrap target.

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Jul 12, 2022
1 parent e1d6f04 commit 6a7f355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#PATH=$PATH:/opt/Xilinx/SDK/2015.4/gnu/arm/lin/bin

VIVADO_VERSION ?= 2019.1
VIVADO_VERSION ?= 2021.1
CROSS_COMPILE ?= arm-linux-gnueabihf-

HAVE_CROSS=$(shell which $(CROSS_COMPILE)gcc | wc -l)
Expand Down Expand Up @@ -214,7 +214,7 @@ dfu-ram: build/$(TARGET).dfu
dfu-util -D build/$(TARGET).dfu -a firmware.dfu
dfu-util -e

jtag-bootstrap: build/u-boot.elf build/sdk/hw_0/ps7_init.tcl build/sdk/hw_0/system_top.bit scripts/run.tcl
jtag-bootstrap: build/u-boot.elf build/ps7_init.tcl build/system_top.bit scripts/run.tcl
$(CROSS_COMPILE)strip build/u-boot.elf
zip -j build/$(ZIP_ARCHIVE_PREFIX)-$@-$(VERSION).zip $^

Expand Down

0 comments on commit 6a7f355

Please sign in to comment.