From: Dobrica Pavlinusic Date: Fri, 10 Jun 2016 19:00:03 +0000 (+0200) Subject: flash svf file using openocd X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=31d462e8fa3b80f0cc38ddc9931715188fe8eb27;p=x300-pci flash svf file using openocd --- diff --git a/svf.sh b/svf.sh new file mode 100755 index 0000000..3472ea3 --- /dev/null +++ b/svf.sh @@ -0,0 +1,2 @@ +svf=/nuc/altera-squeeze/root/epm3128/epm3128.svf +ls -al $svf && ( echo svf $svf | nc -w 1 picam 4444 )