1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/core/embed/bootloader_ci
2024-06-19 14:03:38 +02: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 feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
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 refactor(core/embed): prepare touch drivers for low power mode 2024-06-19 14:03:38 +02:00
memory_stm32f4.ld feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
memory_stm32u5a.ld feat(core): use confidential section for confidential and sensitive data 2024-04-05 18:54:30 +02:00
memory_stm32u58.ld feat(core): use confidential section for confidential and sensitive data 2024-04-05 18:54:30 +02:00
messages.c refactor(core): improve and simplify error handling 2024-06-17 16:57:33 +02:00
messages.h
protob
README.md
startup_stm32f4.s feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
startup_stm32u5.s feat(core): use confidential section for confidential and sensitive data 2024-04-05 18:54:30 +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.