]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-fwextract-dreamsourcelab-dslogic: Hardcode known-good firmware.
authorUwe Hermann <redacted>
Sun, 26 Feb 2017 22:23:41 +0000 (23:23 +0100)
committerUwe Hermann <redacted>
Sun, 26 Feb 2017 22:23:41 +0000 (23:23 +0100)
Use the last known-working firmware/bitstream set. Newer versions have
incompatible changes that cause issues that need to be investigated.

This fixes bug #886.

firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic

index 5929be96efb896f921810ba34b99ab85b009e577..4e8714b5ebd55690de5b06e78c969a2c87545b36 100755 (executable)
@@ -25,7 +25,11 @@ if [ -z $PREFIX ]; then
        PREFIX="/usr/local"
 fi
 FWDIR="$PREFIX/share/sigrok-firmware"
-FWURL="https://github.com/DreamSourceLab/DSView/raw/master/DSView/res"
+
+# 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"
 
 echo "Installing into: $FWDIR"