Skip to content

Commit

Permalink
Merge remote-tracking branch 'litex-buildenv/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jan 19, 2018
2 parents 9e29bae + 237e723 commit f170caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion targets/arty/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ gateware-flash-$(PLATFORM): gateware-flash-py

# Firmware
firmware-load-$(PLATFORM):
flterm --port=$(COMM_PORT) --kernel=$(TARGET_BUILD_DIR)/software/firmware/firmware.bin --speed=$(BAUD)
flterm --port=$(COMM_PORT) --kernel=$(FIRMWARE_FILEBASE).bin --speed=$(BAUD)


firmware-flash-$(PLATFORM): firmwage-flash-py
@true
Expand Down

0 comments on commit f170caa

Please sign in to comment.