From 132874f7d9c8c4078548587bc04031ccf2b42de3 Mon Sep 17 00:00:00 2001
From: Martin/Geno <geno+dev@fireorbit.de>
Date: Mon, 19 Aug 2019 15:32:28 +0200
Subject: [PATCH] easy flash.gdb script

---
 flash.gdb | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 flash.gdb

diff --git a/flash.gdb b/flash.gdb
new file mode 100644
index 00000000..70f0a385
--- /dev/null
+++ b/flash.gdb
@@ -0,0 +1,9 @@
+target remote localhost:3333
+
+define reset
+    mon mww 0x40000004 0x80000000
+end
+load build/bootloader/bootloader.elf
+load build/epicardium/epicardium.elf
+load build/pycardium/pycardium.elf
+quit
-- 
GitLab