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
Martin Milata c293b52bd6
feat(core): bootloader_ci: do not ui_fadein/ui_fadeout
3 years ago
..
ChangeLog core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 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 core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
bootui.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
header.S core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
icon_cancel.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
icon_confirm.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
icon_done.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
icon_fail.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
icon_info.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
icon_install.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
icon_logo.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
icon_safeplace.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
icon_welcome.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
icon_wipe.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
main.c feat(core): bootloader_ci: do not ui_fadein/ui_fadeout 3 years ago
memory.ld core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
messages.c legacy+core: unify error codes in bootloaders (#1347) 4 years ago
messages.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
protob core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
startup.s core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 years ago
version.h core/bootloader_ic: introduce CI bootloader for TT device tests (#1182) 4 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.