From a80a660a858d220857276122253fee44607c7f8e Mon Sep 17 00:00:00 2001
From: Alain Carlucci <alain.carlucci@skywarder.eu>
Date: Wed, 11 Oct 2017 23:18:09 +0200
Subject: [PATCH] [scripts] gdb -> arm-miosix-eabi-gdb

---
 scripts/openocd-flash.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/openocd-flash.sh b/scripts/openocd-flash.sh
index 3ef3a604b..f39570646 100755
--- a/scripts/openocd-flash.sh
+++ b/scripts/openocd-flash.sh
@@ -5,4 +5,4 @@ if [ $# -ne 1 ]; then
     exit -1
 fi;
 
-gdb -ex 'target remote :3333' -ex 'monitor reset halt'  -ex 'monitor reset halt'  -ex 'monitor reset halt' -ex "monitor flash write_image erase $1 0x08000000" -ex 'continue&' -ex 'set confirm off' -ex 'quit'
+arm-miosix-eabi-gdb -ex 'target remote :3333' -ex 'monitor reset halt'  -ex 'monitor reset halt'  -ex 'monitor reset halt' -ex "monitor flash write_image erase $1 0x08000000" -ex 'continue&' -ex 'set confirm off' -ex 'quit'
-- 
GitLab