diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-28 10:07:54 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-28 10:07:54 +0000 |
commit | 9e5a6679cac36667e51f24a6bd5670396cd06ed6 (patch) | |
tree | 89166ec64f8cac5716d6f833edef71e3a958f615 /doc | |
parent | 76ebc78358ef94dcf5d64c8738e6dd4bb1371b2c (diff) | |
download | riscv-openocd-9e5a6679cac36667e51f24a6bd5670396cd06ed6.zip riscv-openocd-9e5a6679cac36667e51f24a6bd5670396cd06ed6.tar.gz riscv-openocd-9e5a6679cac36667e51f24a6bd5670396cd06ed6.tar.bz2 |
- added svn props
- fixed mixed line endings on flash.c, log.c, gdb_server.c
git-svn-id: svn://svn.berlios.de/openocd/trunk@371 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/configs/fury_ft2232.cfg | 56 | ||||
-rw-r--r-- | doc/scripts/tms470r1a288_startup.script | 18 |
2 files changed, 37 insertions, 37 deletions
diff --git a/doc/configs/fury_ft2232.cfg b/doc/configs/fury_ft2232.cfg index 8f2b3ed..5aa0089 100644 --- a/doc/configs/fury_ft2232.cfg +++ b/doc/configs/fury_ft2232.cfg @@ -1,28 +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
+#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 diff --git a/doc/scripts/tms470r1a288_startup.script b/doc/scripts/tms470r1a288_startup.script index 9e97895..18b8aee 100644 --- a/doc/scripts/tms470r1a288_startup.script +++ b/doc/scripts/tms470r1a288_startup.script @@ -1,9 +1,9 @@ -# Resets and unlocks the MSM of TMS470R1A288 (an others with an MSM).
-# Assumes default MSM keys (all 0xFFFFFFFF).
-#
-resume
-jtag_reset 0 1
-halt
-jtag_reset 0 0
-poll # hack-ish, but effective version of 'reset halt'
-mdw 0x1fe0 4 # unlock MSM
+# Resets and unlocks the MSM of TMS470R1A288 (an others with an MSM). +# Assumes default MSM keys (all 0xFFFFFFFF). +# +resume +jtag_reset 0 1 +halt +jtag_reset 0 0 +poll # hack-ish, but effective version of 'reset halt' +mdw 0x1fe0 4 # unlock MSM |