From c2b787c046c144cc14f202123191266c4d784cce Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Mon, 18 Sep 2023 21:39:25 +0200 Subject: [PATCH] chore(core): skip signature check for make_upload commands [no changelog] --- core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Makefile b/core/Makefile index 2f5624f4b..ff71b2b30 100644 --- a/core/Makefile +++ b/core/Makefile @@ -349,10 +349,10 @@ combine: ## combine boardloader + bootloader + prodtest into one combined image $(PRODTEST_BUILD_DIR)/combined.bin upload: ## upload firmware using trezorctl - trezorctl firmware_update -f $(FIRMWARE_BUILD_DIR)/firmware.bin + trezorctl firmware_update -s -f $(FIRMWARE_BUILD_DIR)/firmware.bin upload_prodtest: ## upload prodtest using trezorctl - trezorctl firmware_update -f $(PRODTEST_BUILD_DIR)/prodtest.bin + trezorctl firmware_update -s -f $(PRODTEST_BUILD_DIR)/prodtest.bin coverage: ## generate coverage report ./tools/coverage-report