You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/bootloader_ci
cepetr 3336e3902f
feat(core): introduce new display drivers
4 months ago
..
.changelog.d feat(core): add basic support for STM32U5 7 months ago
.towncrier.template.md
CHANGELOG.md
CHANGELOG.unreleased
README.md
bootloader_flash.jlink
bootui.c feat(core): introduce new display drivers 4 months ago
bootui.h
header.S feat(core): prevent installing and running of incompatible firmware, prevent bootloader downgrade 2 years ago
icon_done.h
icon_fail.h
icon_install.h
icon_welcome.h
icon_wipe.h
main.c feat(core): introduce new display drivers 4 months ago
memory_stm32f4.ld feat(core): introduce new display drivers 4 months ago
memory_stm32u5a.ld feat(core): use confidential section for confidential and sensitive data 6 months ago
memory_stm32u58.ld feat(core): use confidential section for confidential and sensitive data 6 months ago
messages.c fix(core): fix quadword-only storage 7 months ago
messages.h feat(core): prevent installing and running of incompatible firmware, prevent bootloader downgrade 2 years ago
protob
startup_stm32f4.s feat(core): add basic support for STM32U5 7 months ago
startup_stm32u5.s feat(core): use confidential section for confidential and sensitive data 6 months ago
towncrier.toml
version.h

README.md

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.