From: Dobrica Pavlinusic Date: Mon, 4 Jul 2016 18:16:15 +0000 (+0200) Subject: openocd script for tb276 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=0ef5636d68160415c6444d3fdd65127cb882f7cb;p=x300-pci openocd script for tb276 --- diff --git a/tb276-openocd.sh b/tb276-openocd.sh new file mode 100755 index 0000000..e05c0ef --- /dev/null +++ b/tb276-openocd.sh @@ -0,0 +1 @@ +sudo openocd -f raspberrypi-native.cfg -c 'jtag newtap tb276 tap -expected-id 0x020f10dd -irlen 10' -c 'init' -c 'scan_chain'