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 4cf781abb2
chore(core, legacy, storage): refactor flash drivers
3 months ago
..
.changelog.d feat(core): add basic support for STM32U5 3 months ago
.towncrier.template.md docs(core+legacy): use towncrier for generating CHANGELOG.md 3 years ago
CHANGELOG.md docs(core+legacy): use towncrier for generating CHANGELOG.md 3 years ago
CHANGELOG.unreleased docs(core+legacy): use towncrier for generating CHANGELOG.md 3 years ago
README.md feat(core): bootloader_ci: wipe device without confirmation 3 years ago
bootloader_flash.jlink core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
bootui.c refactor(core/embed): introduce display_utils.c 4 months ago
bootui.h fix(core): remove unused stuff from bootloader_ci 3 years ago
header.S feat(core): prevent installing and running of incompatible firmware, prevent bootloader downgrade 1 year ago
icon_done.h feat(core): icon and images using new format 2 years ago
icon_fail.h feat(core): icon and images using new format 2 years ago
icon_install.h feat(core): icon and images using new format 2 years ago
icon_welcome.h feat(core): icon and images using new format 2 years ago
icon_wipe.h feat(core): icon and images using new format 2 years ago
main.c chore(core, legacy, storage): refactor flash drivers 3 months ago
memory_stm32f4.ld chore(core): refactor boot_args 3 months ago
memory_stm32u5a.ld chore(core): use cortex-m33 stack protection 3 months ago
messages.c fix(core): fix quadword-only storage 3 months ago
messages.h feat(core): prevent installing and running of incompatible firmware, prevent bootloader downgrade 1 year ago
protob core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
startup_stm32f4.s feat(core): add basic support for STM32U5 3 months ago
startup_stm32u5.s chore(core): use cortex-m33 stack protection 3 months ago
towncrier.toml docs(core+legacy): use towncrier for generating CHANGELOG.md 3 years ago
version.h chore(core): bootloader_ci - decouple file links from original bootloader 3 years ago

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.