X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Fcrossbow_tech_imote2.cfg;h=277c353a1be4c4b2537727f27af9727bb460218a;hb=64d89d5ee1a554fbae8eb0a7231ccb2dc4428c1a;hp=c271440231c3944d075e9404bdc13143e1945a94;hpb=7ddc6c3d55d0607c71f38cbc66de54c649822a1e;p=fw%2Fopenocd diff --git a/tcl/board/crossbow_tech_imote2.cfg b/tcl/board/crossbow_tech_imote2.cfg index c27144023..277c353a1 100644 --- a/tcl/board/crossbow_tech_imote2.cfg +++ b/tcl/board/crossbow_tech_imote2.cfg @@ -4,7 +4,10 @@ set CHIPNAME imote2 source [find target/pxa270.cfg] # longer-than-normal reset delay -jtag_nsrst_delay 800 +adapter srst delay 800 + +reset_config trst_and_srst separate # works for P30 flash -flash bank cfi 0x00000000 0x2000000 2 2 $_TARGETNAME +set _FLASHNAME $_CHIPNAME.flash +flash bank $_FLASHNAME cfi 0x00000000 0x2000000 2 2 $_TARGETNAME