Skip to content

Commit

Permalink
Fix opsis-flash target in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jan 14, 2017
1 parent 3aa49c3 commit c7d42ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/opsis/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ reset-opsis:
opsis-mode-switch --verbose --mode=serial

flash-opsis:
opsis-mode-switch --verbose --flash-gateware=$(TARGET_BUILD_DIR)/gateware/top.bit
opsis-mode-switch --verbose --flash-gateware=$(TARGET_BUILD_DIR)/gateware/top.bin
opsis-mode-switch --verbose --flash-lm32-firmware=$(TARGET_BUILD_DIR)/software/firmware/firmware.fbi

.PHONY: gateware-load-opsis firmware-load-opsis reset-opsis flash-opsis

0 comments on commit c7d42ad

Please sign in to comment.