tb276
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Jul 2016 14:41:06 +0000 (16:41 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Jul 2016 14:41:06 +0000 (16:41 +0200)
tb276.ocd [new file with mode: 0644]
tb276.sh [new file with mode: 0755]

diff --git a/tb276.ocd b/tb276.ocd
new file mode 100644 (file)
index 0000000..5ebc240
--- /dev/null
+++ b/tb276.ocd
@@ -0,0 +1,15 @@
+# tb276.cfg
+# OpenOCD commands
+
+telnet_port 4444
+gdb_port 3333
+
+adapter_khz 1000
+
+# JTAG TAPs
+jtag newtap tb276 tap -expected-id 0x020f10dd -irlen 10
+
+init
+scan_chain
+svf -tap tb276.tap project.svf
+shutdown
diff --git a/tb276.sh b/tb276.sh
new file mode 100755 (executable)
index 0000000..3e53904
--- /dev/null
+++ b/tb276.sh
@@ -0,0 +1,2 @@
+#!/bin/sh -xe
+sudo openocd -f raspberrypi-native.cfg -f tb276.ocd