Skip to content
Snippets Groups Projects
flash-bootloader.gdb 110 B
Newer Older
source init.gdb

set confirm off

echo #### BOOTLOADER ####\n
load build/bootloader/bootloader.elf
reset
quit