convert svf to xsvf and flash it
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 12 Jun 2016 21:21:55 +0000 (23:21 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 12 Jun 2016 21:21:55 +0000 (23:21 +0200)
xsvf.sh [new file with mode: 0755]

diff --git a/xsvf.sh b/xsvf.sh
new file mode 100755 (executable)
index 0000000..aa1e74e
--- /dev/null
+++ b/xsvf.sh
@@ -0,0 +1,8 @@
+svf=/nuc/altera-squeeze/root/epm3064/3064at44.svf
+
+ls -al $svf && (
+
+       python3 svf2xsvf.py $svf $svf.xsvf
+       svf=$svf.xsvf
+       echo xsvf x300.tap $svf virt2 | nc -w 1 picam 4444
+)