From 8c5a743259480ebd0cfdbb17fbde8584e34b2aa4 Mon Sep 17 00:00:00 2001 From: Bert Lange Date: Wed, 15 Apr 2015 13:54:39 +0200 Subject: clean up --- uc_str912/scripts/str91x-configs/str91x_flash.gdb | 6 --- .../scripts/str91x-configs/str91x_flasherase.ocd | 6 --- .../scripts/str91x-configs/str91x_flashprobe.gdb | 10 ----- .../scripts/str91x-configs/str91x_flashprogram.ocd | 7 ---- .../str91x-configs/str91x_jtagkey-flash-erase.cfg | 43 ---------------------- .../str91x_jtagkey-flash-program.cfg | 43 ---------------------- .../scripts/str91x-configs/str91x_jtagkey.cfg | 42 --------------------- uc_str912/scripts/str91x-configs/str91x_ram.gdb | 6 --- 8 files changed, 163 deletions(-) delete mode 100644 uc_str912/scripts/str91x-configs/str91x_flash.gdb delete mode 100644 uc_str912/scripts/str91x-configs/str91x_flasherase.ocd delete mode 100644 uc_str912/scripts/str91x-configs/str91x_flashprobe.gdb delete mode 100644 uc_str912/scripts/str91x-configs/str91x_flashprogram.ocd delete mode 100644 uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-erase.cfg delete mode 100644 uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-program.cfg delete mode 100644 uc_str912/scripts/str91x-configs/str91x_jtagkey.cfg delete mode 100644 uc_str912/scripts/str91x-configs/str91x_ram.gdb (limited to 'uc_str912/scripts/str91x-configs') diff --git a/uc_str912/scripts/str91x-configs/str91x_flash.gdb b/uc_str912/scripts/str91x-configs/str91x_flash.gdb deleted file mode 100644 index 2c194e2..0000000 --- a/uc_str912/scripts/str91x-configs/str91x_flash.gdb +++ /dev/null @@ -1,6 +0,0 @@ -target remote localhost:3333 -monitor reset -monitor sleep 500 -monitor poll -monitor soft_reset_halt -monitor arm7_9 force_hw_bkpts enable diff --git a/uc_str912/scripts/str91x-configs/str91x_flasherase.ocd b/uc_str912/scripts/str91x-configs/str91x_flasherase.ocd deleted file mode 100644 index 7b998ea..0000000 --- a/uc_str912/scripts/str91x-configs/str91x_flasherase.ocd +++ /dev/null @@ -1,6 +0,0 @@ -wait_halt -str9x flash_config 4 2 0 0x80000 -flash protect 0 0 10 off -flash erase 0 0 10 -reset -shutdown diff --git a/uc_str912/scripts/str91x-configs/str91x_flashprobe.gdb b/uc_str912/scripts/str91x-configs/str91x_flashprobe.gdb deleted file mode 100644 index aa528d3..0000000 --- a/uc_str912/scripts/str91x-configs/str91x_flashprobe.gdb +++ /dev/null @@ -1,10 +0,0 @@ -target remote localhost:3333 -monitor reset -monitor sleep 500 -monitor poll -monitor soft_reset_halt -monitor flash protect 0 0 10 off -monitor flash probe 0 -monitor flash info 0 -monitor reset run -monitor sleep 500 diff --git a/uc_str912/scripts/str91x-configs/str91x_flashprogram.ocd b/uc_str912/scripts/str91x-configs/str91x_flashprogram.ocd deleted file mode 100644 index ad854e1..0000000 --- a/uc_str912/scripts/str91x-configs/str91x_flashprogram.ocd +++ /dev/null @@ -1,7 +0,0 @@ -wait_halt -str9x flash_config 4 2 0 0x80000 -flash protect 0 0 10 off -flash erase 0 0 10 -flash write 0 main.bin 0 -reset -shutdown diff --git a/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-erase.cfg b/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-erase.cfg deleted file mode 100644 index 16567d3..0000000 --- a/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-erase.cfg +++ /dev/null @@ -1,43 +0,0 @@ -#daemon configuration -telnet_port 4444 -gdb_port 3333 - - -#interface -interface ft2232 -ft2232_device_desc "Amontec JTAGkey A" -ft2232_layout jtagkey -#jtag_speed 1 -jtag_nsrst_delay 200 -jtag_ntrst_delay 200 - - -#use combined on interfaces or targets that can't set TRST/SRST separately -reset_config trst_and_srst - - -#jtag scan chain -#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) -jtag_device 8 0x1 0x1 0xfe -jtag_device 4 0x1 0xf 0xe -jtag_device 5 0x1 0x1 0x1e - - -#target configuration -daemon_startup reset - - -#target -#target arm966e -target arm966e little reset_init 1 arm966e -run_and_halt_time 0 30 - - -working_area 0 0x50000000 16384 nobackup - - -#flash bank -flash bank str9x 0x00000000 0x00080000 0 0 0 - -#Script used for FLASH erasing -target_script 0 reset C:\openocd-configs\str91x-configs\str91x_flasherase.ocd diff --git a/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-program.cfg b/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-program.cfg deleted file mode 100644 index c264096..0000000 --- a/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-program.cfg +++ /dev/null @@ -1,43 +0,0 @@ -#daemon configuration -telnet_port 4444 -gdb_port 3333 - - -#interface -interface ft2232 -ft2232_device_desc "Amontec JTAGkey A" -ft2232_layout jtagkey -#jtag_speed 1 -jtag_nsrst_delay 200 -jtag_ntrst_delay 200 - - -#use combined on interfaces or targets that can't set TRST/SRST separately -reset_config trst_and_srst - - -#jtag scan chain -#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) -jtag_device 8 0x1 0x1 0xfe -jtag_device 4 0x1 0xf 0xe -jtag_device 5 0x1 0x1 0x1e - - -#target configuration -daemon_startup reset - - -#target -#target arm966e -target arm966e little reset_init 1 arm966e -run_and_halt_time 0 30 - - -working_area 0 0x50000000 16384 nobackup - - -#flash bank -flash bank str9x 0x00000000 0x00080000 0 0 0 - -#Script used for FLASH programming -target_script 0 reset C:\openocd-configs\str91x-configs\str91x_flashprogram.ocd diff --git a/uc_str912/scripts/str91x-configs/str91x_jtagkey.cfg b/uc_str912/scripts/str91x-configs/str91x_jtagkey.cfg deleted file mode 100644 index 6394ddc..0000000 --- a/uc_str912/scripts/str91x-configs/str91x_jtagkey.cfg +++ /dev/null @@ -1,42 +0,0 @@ -#daemon configuration -telnet_port 4444 -gdb_port 3333 - - -#interface -interface ft2232 -ft2232_device_desc "Amontec JTAGkey A" -ft2232_layout jtagkey -#jtag_speed 1 - - -#use combined on interfaces or targets that can't set TRST/SRST separately -reset_config trst_and_srst - - -#jtag scan chain -#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) -jtag_device 8 0x1 0x1 0xfe -jtag_device 4 0x1 0xf 0xe -jtag_device 5 0x1 0x1 0x1e - - -#target configuration -daemon_startup reset - - -#target -#target arm966e -target arm966e little reset_halt 1 arm966e -run_and_halt_time 0 30 - - -working_area 0 0x50000000 16384 nobackup - - -#flash bank -flash bank str9x 0x00000000 0x00080000 0 0 0 - - -# For more information about the configuration files, take a look at: -# http://openfacts.berlios.de/index-en.phtml?title=Open On-Chip Debugger diff --git a/uc_str912/scripts/str91x-configs/str91x_ram.gdb b/uc_str912/scripts/str91x-configs/str91x_ram.gdb deleted file mode 100644 index de9e060..0000000 --- a/uc_str912/scripts/str91x-configs/str91x_ram.gdb +++ /dev/null @@ -1,6 +0,0 @@ -target remote localhost:3333 -monitor reset -monitor sleep 500 -monitor poll -monitor soft_reset_halt -monitor arm7_9 sw_bkpts enable -- cgit v1.1