mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 23:36:13 +10:00
13 lines
252 B
INI
13 lines
252 B
INI
# Crossbow Technology iMote2
|
|
|
|
set CHIPNAME imote2
|
|
source [find target/pxa270.cfg]
|
|
|
|
# longer-than-normal reset delay
|
|
jtag_nsrst_delay 800
|
|
|
|
reset_config trst_and_srst separate
|
|
|
|
# works for P30 flash
|
|
flash bank cfi 0x00000000 0x2000000 2 2 $_TARGETNAME
|