Skip to content

Commit ac96a1d

Browse files
committed
Added make install-firmware
1 parent 6d9983e commit ac96a1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ else
5151
$(call rsync_to_dest,artifacts/proves,$(BOARD_MOUNT_POINT))
5252
endif
5353

54+
# install-firmware
55+
.PHONY: install-firmware
56+
install-firmware: uv ## Install the board firmware onto a connected PROVES Kit
57+
@$(UVX) --from git+https://github.com/proveskit/[email protected] install-firmware v5a
58+
5459
.PHONY: clean
5560
clean: ## Remove all gitignored files such as downloaded libraries and artifacts
5661
git clean -dfX

0 commit comments

Comments
 (0)