1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

docs(legacy): use the correct binary name when building via docker

This commit is contained in:
Pavol Rusnak 2021-03-27 09:23:45 +01:00
parent 01e7700333
commit f128e4a1c2
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -11,7 +11,7 @@ cd trezor-firmware
./build-docker.sh ./build-docker.sh
``` ```
When the build is done, you will find the current firmware in `build/legacy/firmware/trezor.bin`. When the build is done, you will find the current firmware in `build/legacy/firmware/firmware.bin`.
### Running with sudo ### Running with sudo
@ -103,7 +103,7 @@ Build with `MEMORY_PROTECT=0` or you will get a hard fault on your device.
Switch your device to bootloader mode, then execute: Switch your device to bootloader mode, then execute:
```sh ```sh
trezorctl firmware-update -f build/legacy/firmware/trezor.bin trezorctl firmware-update -f build/legacy/firmware/firmware.bin
``` ```
## Combining bootloader and firmware with various `MEMORY_PROTECT` settings, signed/unsigned ## Combining bootloader and firmware with various `MEMORY_PROTECT` settings, signed/unsigned