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

docs: minor fix of build emu

[no changelog]
This commit is contained in:
obrusvit 2024-04-08 13:30:47 +02:00 committed by Vít Obrusník
parent ad848eefc5
commit a47ae5da1a
2 changed files with 3 additions and 2 deletions

View File

@ -58,7 +58,7 @@ make vendor build_boardloader build_bootloader build_firmware
Use `make upload` to upload the firmware to a production device. Use `make upload` to upload the firmware to a production device.
* For TT: Do not forget to [enter bootloader](https://www.youtube.com/watch?v=3hes1H4qRbw) on the device beforehand. * For TT: Do not forget to [enter bootloader](https://www.youtube.com/watch?v=3hes1H4qRbw) on the device beforehand.
* For TS3: You will have to [unlock bootloader] (https://trezor.io/learn/a/unlocking-the-bootloader-on-trezor-safe-3) first. Make sure to read the link in completeness for potentially unwanted effects. * For TS3: You will have to [unlock bootloader](https://trezor.io/learn/a/unlocking-the-bootloader-on-trezor-safe-3) first. Make sure to read the link in completeness for potentially unwanted effects.
## Flashing ## Flashing

View File

@ -78,7 +78,8 @@ requires libclang for generating MicroPython FFI.
Run the build with: Run the build with:
```sh ```sh
make build_unix make build_unix # default
make build_unix TREZOR_MODEL=R # different model
``` ```
## Run ## Run