1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-05 01:45:44 +00:00
This commit is contained in:
Igor Brylev 2025-03-20 15:39:44 +01:00 committed by GitHub
commit a36e31ab65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ allowing a firmware update via USB.
* Signature system is Ed25519 (allows combining signatures by multiple keys
into one).
* 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.
## Bootloader Format