1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-07 01:19:04 +00:00
trezor-firmware/core/embed/bootloader_ci
2024-01-26 11:30:40 +01:00
..
.changelog.d fix(core): fix bootloader_ci startup, remove unused function from limited_util.s 2023-09-11 14:36:11 +02:00
.towncrier.template.md
bootloader_flash.jlink
bootui.c refactor(core/embed): introduce display_utils.c 2024-01-26 11:30:40 +01:00
bootui.h fix(core): remove unused stuff from bootloader_ci 2021-03-04 17:01:01 +01:00
CHANGELOG.md
CHANGELOG.unreleased
header.S
icon_done.h
icon_fail.h feat(core): icon and images using new format 2022-09-29 21:50:10 +02:00
icon_install.h
icon_welcome.h
icon_wipe.h
main.c feat(core): introduce interaction-less upgrade 2023-10-27 16:15:15 +02:00
memory.ld feat(core): introduce interaction-less upgrade 2023-10-27 16:15:15 +02:00
messages.c build(core): fix CI bootloader build for T2B1 2023-11-14 18:37:03 +01:00
messages.h
protob core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 2020-08-21 14:39:56 +02:00
README.md
startup.s feat(core): introduce interaction-less upgrade 2023-10-27 16:15:15 +02:00
towncrier.toml
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.