X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Fsheevaplug.cfg;h=455163777f88a85885adcc067971e7735780cf80;hb=6306bdffc249809810a89e5b0ade1a998e62cf5d;hp=620e6436292a14cc8ff2f88e0846ccc54f990d04;hpb=e2b1f06f937e74bdf063c13da8a979e8a921ba5b;p=fw%2Fopenocd diff --git a/tcl/board/sheevaplug.cfg b/tcl/board/sheevaplug.cfg index 620e64362..455163777 100644 --- a/tcl/board/sheevaplug.cfg +++ b/tcl/board/sheevaplug.cfg @@ -3,6 +3,8 @@ source [find interface/ftdi/sheevaplug.cfg] source [find target/feroceon.cfg] +adapter speed 2000 + $_TARGETNAME configure \ -work-area-phys 0x10000000 \ -work-area-size 65536 \ @@ -23,10 +25,10 @@ proc sheevaplug_init { } { # possible that initial tap examination failed. So let's # re-examine the target again here when nSRST is asserted which # should then succeed. - jtag_reset 0 1 + adapter assert srst feroceon.cpu arp_examine halt 0 - jtag_reset 0 0 + adapter deassert srst wait_halt arm mcr 15 0 0 1 0 0x00052078 @@ -131,4 +133,3 @@ proc sheevaplug_load_uboot { } { resume 0x00600000 } -