From c5d81be1fe870289886cdb8d5449396cd267b2be Mon Sep 17 00:00:00 2001 From: grvvy Date: Wed, 12 Oct 2022 12:20:23 -0600 Subject: [PATCH] CI: remove the no longer needed device path from dfu-util --- ci-scripts/test-firmware-program.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/test-firmware-program.sh b/ci-scripts/test-firmware-program.sh index 16a4fe2a..e0c6909f 100755 --- a/ci-scripts/test-firmware-program.sh +++ b/ci-scripts/test-firmware-program.sh @@ -1,7 +1,7 @@ #!/bin/bash usbhub --disable-i2c --hub D9D1 power state --port 2 --reset sleep 1s -dfu-util --path 1-2.2 --alt 0 --download firmware/hackrf_usb/build/hackrf_usb.dfu +dfu-util --device 1fc9:000c --alt 0 --download firmware/hackrf_usb/build/hackrf_usb.dfu EXIT_CODE="$?" if [ "$EXIT_CODE" == "0" ] then