1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

Update link to headertool.py in boot.md

This commit is contained in:
Igor Brylev 2024-10-18 00:15:15 +03:00
parent f1e01edfcb
commit 25ecf26afc

View File

@ -54,7 +54,7 @@ allowing a firmware update via USB.
* Signature system is Ed25519 (allows combining signatures by multiple keys * Signature system is Ed25519 (allows combining signatures by multiple keys
into one). into one).
* All multibyte integer values are little endian. * All multibyte integer values are little endian.
* There is a tool called [headertool.py](https://github.com/trezor/trezor-firmware/blob/master/core/tools/headertool.py) which checks validity * There is a tool called [headertool.py](https://github.com/trezor/trezor-firmware/blob/main/core/tools/trezor_core_tools/headertool.py) which checks validity
of the bootloader/firmware images including their headers. of the bootloader/firmware images including their headers.
## Bootloader Format ## Bootloader Format