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/bootloader_flash.jlink

8 lines
100 B

device stm32f427vi
if swd
speed auto
loadbin build/bootloader_ci/bootloader.bin 0x08020000
r
g
exit