1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

docs: update upload instructions

This commit is contained in:
Pavol Rusnak 2018-05-30 11:41:41 +02:00
parent 6433862a11
commit bfcabb7175
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -79,6 +79,10 @@ pipenv install
pipenv run make vendor build_boardloader build_bootloader build_firmware pipenv run make vendor build_boardloader build_bootloader build_firmware
``` ```
### Uploading
Use `make upload` to upload the firmware to a production device (with a bootloader).
### Flashing ### Flashing
For flashing firmware to blank device (without bootloader) use `make flash`, For flashing firmware to blank device (without bootloader) use `make flash`,