From a47ae5da1a22d1819f51c676122023d0c714c0d9 Mon Sep 17 00:00:00 2001 From: obrusvit Date: Mon, 8 Apr 2024 13:30:47 +0200 Subject: [PATCH] docs: minor fix of build emu [no changelog] --- docs/core/build/embedded.md | 2 +- docs/core/build/emulator.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/core/build/embedded.md b/docs/core/build/embedded.md index 886ed4a38..5eb9a877f 100644 --- a/docs/core/build/embedded.md +++ b/docs/core/build/embedded.md @@ -58,7 +58,7 @@ make vendor build_boardloader build_bootloader build_firmware 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 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 diff --git a/docs/core/build/emulator.md b/docs/core/build/emulator.md index 9b3c6c1f2..8803daf02 100644 --- a/docs/core/build/emulator.md +++ b/docs/core/build/emulator.md @@ -78,7 +78,8 @@ requires libclang for generating MicroPython FFI. Run the build with: ```sh -make build_unix +make build_unix # default +make build_unix TREZOR_MODEL=R # different model ``` ## Run