summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-06-14 17:33:20 +0000
committermlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-06-14 17:33:20 +0000
commit972ca49d3a5e285492e4c1680289f819f26eaec3 (patch)
tree1232e11df2fa7ac9756b5ae6b42af8fbaf15f8cb /doc
parentbc08425e6df6a2dc799d4f5eb6ccc6fc26029477 (diff)
downloadopenocd_libswd-972ca49d3a5e285492e4c1680289f819f26eaec3.tar.gz
openocd_libswd-972ca49d3a5e285492e4c1680289f819f26eaec3.tar.bz2
openocd_libswd-972ca49d3a5e285492e4c1680289f819f26eaec3.tar.xz
openocd_libswd-972ca49d3a5e285492e4c1680289f819f26eaec3.zip
Added patch for Luminar Micors Fury class devices (Joe Kroesche)
Added support for NVGM bit 2 for AT91SAM7XC128/256 git-svn-id: svn://svn.berlios.de/openocd/trunk@172 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r--doc/configs/fury_ft2232.cfg28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/configs/fury_ft2232.cfg b/doc/configs/fury_ft2232.cfg
new file mode 100644
index 00000000..8f2b3ed1
--- /dev/null
+++ b/doc/configs/fury_ft2232.cfg
@@ -0,0 +1,28 @@
+#daemon configuration
+telnet_port 4444
+gdb_port 3333
+
+#interface
+interface ft2232
+ft2232_device_desc "Stellaris Evaluation Board A"
+ft2232_layout evb_lm3s811
+ft2232_vid_pid 0x0403 0xbcd9
+jtag_speed 40
+#LM3S811 Evaluation Board has only srst
+reset_config srst_only separate
+
+#jtag scan chain
+#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
+jtag_device 4 0x1 0xf 0xe
+
+#target configuration
+daemon_startup attach
+#target <type> <startup mode>
+#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
+target cortex_m3 little run_and_halt 0
+# 4k working area at base of ram
+working_area 0 0x20000800 0x1200 nobackup
+#target_script 0 reset ../doc/scripts/evb_lm3s811_test.script
+
+#flash configuration
+flash bank stellaris 0 0 0 0 0