Skip to content
Snippets Groups Projects
flash-bootloader.gdb 110 B
Newer Older
  • Learn to ignore specific revisions
  • source init.gdb
    
    set confirm off
    
    echo #### BOOTLOADER ####\n
    load build/bootloader/bootloader.elf
    reset
    quit