1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00
trezor-firmware/core/embed/bootloader_ci
2024-11-13 12:15:38 +01:00
..
.changelog.d feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
.towncrier.template.md
bootloader_flash.jlink
bootui.c chore(core): remove legacy drawing code (c) 2024-11-13 12:15:38 +01:00
bootui.h refactor(core): introduce global trezor_rtl/bsp/model headers 2024-11-05 10:00:31 +01:00
CHANGELOG.md
CHANGELOG.unreleased
header.S refactor(core): extract monotonic version to model specific headers 2024-09-03 13:07:34 +02:00
icon_done.h
icon_fail.h
icon_install.h
icon_welcome.h
icon_wipe.h
main.c chore(core): remove legacy drawing code (c) 2024-11-13 12:15:38 +01:00
messages.c refactor(core): introduce global trezor_rtl/bsp/model headers 2024-11-05 10:00:31 +01:00
messages.h refactor(core): introduce global trezor_rtl/bsp/model headers 2024-11-05 10:00:31 +01:00
protob
README.md
towncrier.toml
version_check.c fix(core): fix bootloader_ci production build 2024-09-18 08:27:32 +02:00
version_check.h fix(core): fix bootloader_ci production build 2024-09-18 08:27:32 +02:00
version.h refactor(core): extract monotonic version to model specific headers 2024-09-03 13:07:34 +02:00

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.