openocd script for tb276
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 4 Jul 2016 18:16:15 +0000 (20:16 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 4 Jul 2016 18:16:15 +0000 (20:16 +0200)
tb276-openocd.sh [new file with mode: 0755]

diff --git a/tb276-openocd.sh b/tb276-openocd.sh
new file mode 100755 (executable)
index 0000000..e05c0ef
--- /dev/null
@@ -0,0 +1 @@
+sudo openocd -f raspberrypi-native.cfg -c 'jtag newtap tb276 tap -expected-id 0x020f10dd -irlen 10' -c 'init' -c 'scan_chain'