From: Paul Fertser Date: Wed, 20 Aug 2014 08:04:18 +0000 (+0400) Subject: tcl/board/sheevaplug: add adapter_khz setting X-Git-Tag: v0.9.0-rc1~282 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=1f4b0190e80596aa1009174a78c363441275a160 tcl/board/sheevaplug: add adapter_khz setting This combination is known to work properly with 2MHz JTAG clock. Change-Id: Ie5ec3d3b415efbb13faee7d34e0c7f862b78350c Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2266 Tested-by: jenkins --- diff --git a/tcl/board/sheevaplug.cfg b/tcl/board/sheevaplug.cfg index 620e643629..ff333ca77f 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_khz 2000 + $_TARGETNAME configure \ -work-area-phys 0x10000000 \ -work-area-size 65536 \