1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-18 20:48:18 +00:00
trezor-firmware/core/embed/projects/bootloader_ci
2025-06-04 16:58:15 +02:00
..
.changelog.d docs: make sure changelog fragments end with a period 2025-01-20 14:54:27 +02:00
.towncrier.template.md
bootloader_flash.jlink
bootui.c refactor(core): remove fonts and no longer used drawing functions from C 2025-02-11 11:25:18 +01:00
bootui.h
CHANGELOG.md docs: fix broken changelog links 2025-04-09 10:11:21 +02:00
CHANGELOG.unreleased
header.S build(core): use internal model names everywhere 2025-01-13 16:24:35 +01:00
icon_done.h
icon_fail.h
icon_install.h
icon_welcome.h
icon_wipe.h
main.c feat(core): allow passing postmortem info in bootargs 2025-06-04 16:58:15 +02:00
messages.c fix(core/bootloader_ci): fix firmware upload 2025-04-04 16:20:01 +02:00
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.