]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-fwextract-dreamsourcelab-dslogic: Download v0.97 firmware
authorJoel Holdsworth <redacted>
Sat, 10 Jun 2017 00:33:52 +0000 (18:33 -0600)
committerJoel Holdsworth <redacted>
Sat, 10 Jun 2017 00:33:52 +0000 (18:33 -0600)
firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic

index 4e8714b5ebd55690de5b06e78c969a2c87545b36..a9cb500a7a2bdb7d0d90bef392b67e13ca278051 100755 (executable)
@@ -29,7 +29,7 @@ FWDIR="$PREFIX/share/sigrok-firmware"
 # Use the last known-working firmware/bitstream set. Newer versions have
 # incompatible changes that cause issues that need to be investigated.
 # http://sigrok.org/bugzilla/show_bug.cgi?id=886
-FWURL="https://github.com/DreamSourceLab/DSView/raw/4cc02c8d780e17527cd05e0ba7aa45288e49bd8a/DSView/res"
+FWURL="https://github.com/DreamSourceLab/DSView/raw/886b847c21c606df3138ce7ad8f8e8c363ee758b/DSView/res"
 
 echo "Installing into: $FWDIR"
 
@@ -44,3 +44,9 @@ $WGET $FWURL/DSCope.fw -O $FWDIR/dreamsourcelab-dscope-fx2.fw
 
 $WGET $FWURL/DSLogicPro.bin -O $FWDIR/dreamsourcelab-dslogic-pro-fpga.fw
 $WGET $FWURL/DSLogicPro.fw -O $FWDIR/dreamsourcelab-dslogic-pro-fx2.fw
+
+$WGET $FWURL/DSLogicPlus.bin -O $FWDIR/dreamsourcelab-dslogic-plus-fpga.fw
+$WGET $FWURL/DSLogicPlus.fw -O $FWDIR/dreamsourcelab-dslogic-plus-fx2.fw
+
+$WGET $FWURL/DSLogicBasic.bin -O $FWDIR/dreamsourcelab-dslogic-basic-fpga.fw
+$WGET $FWURL/DSLogicBasic.fw -O $FWDIR/dreamsourcelab-dslogic-basic-fx2.fw