Skip to content
Snippets Groups Projects
Commit 315bf783 authored by genofire's avatar genofire Committed by rahix
Browse files

feat: Rename flash-all to flash-both & make -all flash bootloader as well

parent d1b04bca
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ source init.gdb
set confirm off
echo #### BOOTLOADER ####\n
load build/bootloader/bootloader.elf
echo #### EPICARDIUM ####\n
load build/epicardium/epicardium.elf
echo #### PYCARDIUM ####\n
......
source init.gdb
set confirm off
echo #### EPICARDIUM ####\n
load build/epicardium/epicardium.elf
echo #### PYCARDIUM ####\n
load build/pycardium/pycardium.elf
reset
quit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment