From 2583d67babec5b84ea8d3770418618dd9430e498 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 26 Feb 2017 23:23:41 +0100 Subject: [PATCH] sigrok-fwextract-dreamsourcelab-dslogic: Hardcode known-good firmware. 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. --- .../sigrok-fwextract-dreamsourcelab-dslogic | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic b/firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic index 5929be9..4e8714b 100755 --- a/firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic +++ b/firmware/dreamsourcelab-dslogic/sigrok-fwextract-dreamsourcelab-dslogic @@ -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" -- 2.30.2