]> git.sur5r.net Git - openocd/blob - src/target/target/imote2.cfg
a02a8d3c2b1d6045c2c5a9d047a034d0e6aa27d1
[openocd] / src / target / target / imote2.cfg
1 # iMote2
2 #
3 # PXA271 and an Intel Strataflash of 32 Megabytes (p30)
4
5 # Marvell/Intel PXA270 Script
6 # set jtag_nsrst_delay to the delay introduced by your reset circuit
7 # the rest of the needed delays are built into the openocd program
8 jtag_nsrst_delay 800 
9 # set the jtag_ntrst_delay to the delay introduced by a reset circuit
10 # the rest of the needed delays are built into the openocd program
11 jtag_ntrst_delay 0
12 #use combined on interfaces or targets that can\92t set TRST/SRST separately
13 reset_config trst_and_srst separate
14 #jtag scan chain
15 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
16 jtag_device 7 0x1 0x7f 0x7e
17 target xscale little 0 pxa27x
18 # maps to PXA internal RAM. If you are using a PXA255
19 # you must initialize SDRAM or leave this option off
20 working_area 0 0x5c000000 0x10000 nobackup
21
22 #flash bank <driver> <base> <size> <chip_width> <bus_width>
23 # works for P30 flash
24 flash bank cfi 0x00000000 0x2000000 2 2 0