From 367d3f56693e753d840a1dc2ceb58a03ac005eb6 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 000000000..70f0a3857
--- /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