From: Dobrica Pavlinusic Date: Sun, 12 Jun 2016 21:21:55 +0000 (+0200) Subject: convert svf to xsvf and flash it X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=d014edd127443b80dab48ea3816832076a28fb33;p=x300-pci convert svf to xsvf and flash it --- diff --git a/xsvf.sh b/xsvf.sh new file mode 100755 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 +)