From f128e4a1c2447346dd8f47db7f6ffb52db59969c Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 27 Mar 2021 09:23:45 +0100 Subject: [PATCH] docs(legacy): use the correct binary name when building via docker --- docs/legacy/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/legacy/index.md b/docs/legacy/index.md index d4e36fb73..1b785fd52 100644 --- a/docs/legacy/index.md +++ b/docs/legacy/index.md @@ -11,7 +11,7 @@ cd trezor-firmware ./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 @@ -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: ```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