This is an automated email from Gerrit. Andreas Färber ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3039
-- gerrit commit 59c9c55e25d2263d2ffe59c69f4891c6084049d9 Author: Andreas Färber <[email protected]> Date: Tue Oct 20 02:28:12 2015 +0200 fm4: Add JTAG support Add support for the JTAG TAPID found on SK-FM4-U120-9B560-MEM V1.1.0 board. Change-Id: Idbfe28927e0c549f0c89c29904d23971281927c9 Signed-off-by: Andreas Färber <[email protected]> diff --git a/tcl/target/fm4.cfg b/tcl/target/fm4.cfg index dcf0601..e5d0f8d 100644 --- a/tcl/target/fm4.cfg +++ b/tcl/target/fm4.cfg @@ -12,6 +12,8 @@ source [find target/swj-dp.tcl] if { [info exists CPUTAPID] } { set _CPU_TAPID $CPUTAPID +} elseif { [using_jtag] } { + set _CPU_TAPID 0x4ba00477 } else { set _CPU_TAPID 0x2ba01477 } -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
