summaryrefslogtreecommitdiff
path: root/src/target/target/at91r40008.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/target/at91r40008.cfg')
-rw-r--r--src/target/target/at91r40008.cfg10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/target/target/at91r40008.cfg b/src/target/target/at91r40008.cfg
index 6ed69576..0d323af5 100644
--- a/src/target/target/at91r40008.cfg
+++ b/src/target/target/at91r40008.cfg
@@ -11,7 +11,15 @@ jtag_device 4 0x1 0xf 0xe
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
-[new_target_name] configure -event old-gdb_program_config { script event/at91r40008_reset.script }
+[new_target_name] configure -event gdb-flash-erase-start {
+ wait_halt
+ sleep 10
+ poll
+ # Ethernut 3 remapping is required to access external flash memory.
+ mww 0xffe00000 0x1000213d
+ mww 0xffe00004 0x20003e3d
+ mww 0xffe00020 0x00000001
+}
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x3C000 -work-area-size 0x4000 -work-area-backup 0