summaryrefslogtreecommitdiffstats
path: root/uc_str912/prj_main_add/prj/str912_ram.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'uc_str912/prj_main_add/prj/str912_ram.gdb')
-rw-r--r--uc_str912/prj_main_add/prj/str912_ram.gdb22
1 files changed, 0 insertions, 22 deletions
diff --git a/uc_str912/prj_main_add/prj/str912_ram.gdb b/uc_str912/prj_main_add/prj/str912_ram.gdb
deleted file mode 100644
index 892f14b..0000000
--- a/uc_str912/prj_main_add/prj/str912_ram.gdb
+++ /dev/null
@@ -1,22 +0,0 @@
-target remote localhost:3333
-monitor reset
-monitor sleep 500
-monitor poll
-monitor soft_reset_halt
-monitor arm7_9 sw_bkpts enable
-
-# Set SRAM size to 96 KB
-monitor mww 0x5C002034 0x0197
-monitor mdw 0x5C002034
-
-# needed for gdb 6.8 and higher
-set mem inaccessible-by-default off
-
-load
-break main
-continue
-
-
-
-
-
OpenPOWER on IntegriCloud