This is an automated email from Gerrit. David Anders ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/573
-- gerrit commit 6387dc9180eb34f837e0de9ace7e311ba1d25750 Author: David Anders <[email protected]> Date: Wed Apr 18 15:12:24 2012 -0500 pandaboard: add initial TCL support for pandaboard-es add initial TCL support for the pandaboard-es which is based on the omap4460 from Texas Instruments. Change-Id: Ic63588721487feb95e7cb3d41cfaab0d2f181766 Signed-off-by: David Anders <[email protected]> diff --git a/tcl/board/ti_pandaboard_es.cfg b/tcl/board/ti_pandaboard_es.cfg new file mode 100644 index 0000000..2abd7e9 --- /dev/null +++ b/tcl/board/ti_pandaboard_es.cfg @@ -0,0 +1,6 @@ +jtag_rclk 6000 + +source [find target/omap4460.cfg] + +reset_config trst_only + -- ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
