changing circuitry to disable RTC, update initialization to match
[fw/openalt] / openocd-flash.cfg
1 #daemon configuration
2 telnet_port 4444
3 gdb_port 3333
4 #interface
5 interface ft2232
6 ft2232_device_desc "Olimex OpenOCD JTAG"
7 ft2232_layout "olimex-jtag"
8 ft2232_vid_pid 0x15BA 0x0003
9 jtag_speed 3
10 #use combined on interfaces or targets that can't set TRST/SRST separately
11 reset_config trst_and_srst separate
12 #reset_config trst_and_srst srst_pulls_trst
13 #jtag scan chain
14 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
15 jtag_device 4 0x1 0xf 0xe
16 #target configuration
17 daemon_startup reset
18 #target <type> <startup mode>
19 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
20 target arm7tdmi little run_and_init 0 arm7tdmi-s_r4
21 run_and_halt_time 0 30
22 target_script 0 reset oocd_flash_lpc2148.script
23 working_area 0 0x40000000 0x40000 nobackup
24 #flash configuration
25 #flash bank lpc2000 0x0 0x7D000 0 0 lpc2000_v2 0 14765 calc_checksum
26 flash bank lpc2000 0x0 0x7D000 0 0 0 lpc2000_v2 12000 calc_checksum
27 arm7_9 swbkpts enable
28 # For more information about the configuration files, take a look at:
29 # http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger