mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 01:18:28 +00:00
Makefile: Build and sign before uploading (#140)
This commit is contained in:
parent
1cceec0ae2
commit
2dcef5cf04
@ -90,7 +90,7 @@ flash2: $(NAME).hex
|
|||||||
-c "reset" \
|
-c "reset" \
|
||||||
-c "shutdown"
|
-c "shutdown"
|
||||||
|
|
||||||
upload:
|
upload: sign
|
||||||
trezorctl firmware_update -f $(NAME).bin
|
trezorctl firmware_update -f $(NAME).bin
|
||||||
|
|
||||||
sign: $(NAME).bin
|
sign: $(NAME).bin
|
||||||
|
Loading…
Reference in New Issue
Block a user