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.
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"