mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-16 02:10:55 +00:00
dadff32f39
TREZOR_MODEL=T and TREZOR_MODEL=R no longer work, please use TREZOR_MODEL=T2T1 and TREZOR_MODEL=T2B1 [no changelog] |
||
---|---|---|
.. | ||
.changelog.d | ||
.towncrier.template.md | ||
bootloader_flash.jlink | ||
bootui.c | ||
bootui.h | ||
CHANGELOG.md | ||
CHANGELOG.unreleased | ||
header.S | ||
icon_done.h | ||
icon_fail.h | ||
icon_install.h | ||
icon_welcome.h | ||
icon_wipe.h | ||
main.c | ||
messages.c | ||
messages.h | ||
protob | ||
README.md | ||
towncrier.toml | ||
version_check.c | ||
version_check.h | ||
version.h |
Bootloader for CI device tests
This bootloader always runs into bootloader mode, waits for firmware to be uploaded, then runs the firmware.
Storage is not erased. If you wish to erase storage you can send WipeDevice message to the bootloader.
All user interaction is removed (no clicking or confirmations required) so that it can be used in an automated way for tests.
The bootloader will run any firmware that looks "sane" (good header, hashes), but does not check any trust flags.
Firmware must be compiled with PRODUCTION=0
because otherwise it would
replace the bootloader and lock device.