mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
update readme to reflect new mytrezor location
This commit is contained in:
parent
437c5739f1
commit
b95f785701
@ -24,11 +24,10 @@ This creates file `output/bootloader.bin` and prints its fingerprint and size at
|
|||||||
|
|
||||||
## How to get fingerprint of firmware signed and distributed by SatoshiLabs?
|
## How to get fingerprint of firmware signed and distributed by SatoshiLabs?
|
||||||
|
|
||||||
1. Pick version of firmware binary listed on https://mytrezor.com/data/firmware/releases.json
|
1. Pick version of firmware binary listed on https://wallet.mytrezor.com/data/firmware/releases.json
|
||||||
2. Download it: `wget -O trezor.signed.bin.hex https://mytrezor.com/data/firmware/trezor-1.1.0.bin.hex`
|
2. Download it: `wget -O trezor.signed.bin https://wallet.mytrezor.com/data/firmware/trezor-1.3.6.bin`
|
||||||
3. `xxd -r -p trezor.signed.bin.hex trezor.signed.bin`
|
3. `./firmware-fingerprint.sh trezor.signed.bin`
|
||||||
4. `./firmware-fingerprint.sh trezor.signed.bin`
|
|
||||||
|
|
||||||
Step 4 should produce the same sha256 fingerprint like your local build (for the same version tag).
|
Step 3 should produce the same sha256 fingerprint like your local build (for the same version tag).
|
||||||
|
|
||||||
The reasoning for `firmware-fingerprint.sh` script is that signed firmware has special header holding signatures themselves, which must be avoided while calculating the fingerprint.
|
The reasoning for `firmware-fingerprint.sh` script is that signed firmware has special header holding signatures themselves, which must be avoided while calculating the fingerprint.
|
||||||
|
Loading…
Reference in New Issue
Block a user