diff --git a/flash-all.gdb b/flash-all.gdb
index 286954b737ed9e9cdc059c7eb4e066feb55d5a85..2b372841b4d911489d8bfe4e055c787334c3d417 100644
--- a/flash-all.gdb
+++ b/flash-all.gdb
@@ -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
diff --git a/flash-both.gdb b/flash-both.gdb
new file mode 100644
index 0000000000000000000000000000000000000000..286954b737ed9e9cdc059c7eb4e066feb55d5a85
--- /dev/null
+++ b/flash-both.gdb
@@ -0,0 +1,10 @@
+source init.gdb
+
+set confirm off
+
+echo #### EPICARDIUM ####\n
+load build/epicardium/epicardium.elf
+echo #### PYCARDIUM ####\n
+load build/pycardium/pycardium.elf
+reset
+quit