From 1f4b0190e80596aa1009174a78c363441275a160 Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Wed, 20 Aug 2014 12:04:18 +0400 Subject: [PATCH] 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 --- tcl/board/sheevaplug.cfg | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.30.2