From 53e076e9974ac4798361b371d81854f3012f7928 Mon Sep 17 00:00:00 2001 From: grvvy Date: Wed, 13 Jul 2022 14:42:21 -0600 Subject: [PATCH] ci: update target device's changed port number --- 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..487fe3bc 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 --path 1-1.2 --alt 0 --download firmware/hackrf_usb/build/hackrf_usb.dfu EXIT_CODE="$?" if [ "$EXIT_CODE" == "0" ] then