This is an automated email from Gerrit. Matthias Welwarsky ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3094
-- gerrit commit 4bebc6684815b0342c9bc3cb5ef9d037e64be22f Author: Matthias Welwarsky <[email protected]> Date: Wed Nov 4 09:38:18 2015 +0000 Revert "board: don't hardcode interface for ti_beaglebone" This reverts commit 7d7a43fd36a61e55e087a474fe41e3dae6375453. Change-Id: I2232af210deb698f8b3c0a547f26cd0a0a8f89d0 Signed-off-by: Matthias Welwarsky <[email protected]> diff --git a/tcl/board/ti_beaglebone.cfg b/tcl/board/ti_beaglebone.cfg index 4e59a98..5d31d1d 100644 --- a/tcl/board/ti_beaglebone.cfg +++ b/tcl/board/ti_beaglebone.cfg @@ -1,6 +1,9 @@ # AM335x Beaglebone # http://beagleboard.org/bone +# The JTAG interface is built directly on the board. +source [find interface/ftdi/xds100v2.cfg] + adapter_khz 16000 source [find target/am335x.cfg] -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
