From 24e1e3dd2699b817fa72a7843d36197abcd9e3a3 Mon Sep 17 00:00:00 2001 From: Michal Demin Date: Mon, 8 Mar 2010 13:45:14 +0100 Subject: Add support for Bus Pirate as a JTAG adapter. This includes a driver and matching config file. This support needs to be enabled through the initial "configure" (use "--enable-buspirate"). Signed-off-by: Michal Demin Signed-off-by: David Brownell --- tcl/interface/buspirate.cfg | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tcl/interface/buspirate.cfg (limited to 'tcl/interface/buspirate.cfg') diff --git a/tcl/interface/buspirate.cfg b/tcl/interface/buspirate.cfg new file mode 100644 index 00000000..9c7e0e70 --- /dev/null +++ b/tcl/interface/buspirate.cfg @@ -0,0 +1,26 @@ +# +# Buspirate with OpenOCD support +# +# http://dangerousprototypes.com/bus-pirate-manual/ +# + +interface buspirate + +# you need to specify port on which BP lives +#buspirate_port /dev/ttyUSB0 + +# communication speed setting +buspirate_speed normal # or fast + +# voltage regulator Enabled = 1 Disabled = 0 +#buspirate_vreg 0 + +# pin mode normal or open-drain +#buspirate_mode normal + +# pullup state Enabled = 1 Disabled = 0 +#buspirate_pullup 0 + +# this depends on the cable, you are safe with this option +reset_config srst_only + -- cgit v1.2.3