mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
README: Use Markdown syntax for links
This commit is contained in:
parent
becb31c4fc
commit
5b92680cfb
@ -6,7 +6,7 @@ https://trezor.io/
|
||||
|
||||
## How to build TREZOR firmware?
|
||||
|
||||
1. <a href="https://docs.docker.com/engine/installation/">Install Docker</a>
|
||||
1. [Install Docker](https://docs.docker.com/engine/installation/)
|
||||
2. `git clone https://github.com/trezor/trezor-mcu.git`
|
||||
3. `cd trezor-mcu`
|
||||
4. `./build-firmware.sh TAG` (where TAG is v1.5.0 for example, if left blank the script builds latest commit in master branch)
|
||||
@ -15,7 +15,7 @@ This creates file `build/trezor-TAG.bin` and prints its fingerprint and size at
|
||||
|
||||
## How to build TREZOR bootloader?
|
||||
|
||||
1. <a href="https://docs.docker.com/engine/installation/">Install Docker</a>
|
||||
1. [Install Docker](https://docs.docker.com/engine/installation/)
|
||||
2. `git clone https://github.com/trezor/trezor-mcu.git`
|
||||
3. `cd trezor-mcu`
|
||||
4. `./build-bootloader.sh TAG` (where TAG is bl1.3.2 for example, if left blank the script builds latest commit in master branch)
|
||||
@ -34,5 +34,5 @@ Step 3 should produce the same sha256 fingerprint like your local build (for the
|
||||
|
||||
**WARNING: This will erase the recovery seed stored on the device! You should never do this on TREZOR that contains coins!**
|
||||
|
||||
1. Install python-trezor: `pip install trezor` (<a href="https://github.com/trezor/python-trezor">more info</a>)
|
||||
1. Install python-trezor: `pip install trezor` ([more info](https://github.com/trezor/python-trezor))
|
||||
2. `trezorctl firmware_update -f build/trezor-TAG.bin`
|
||||
|
Loading…
Reference in New Issue
Block a user