You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DFU FIRMWARE installation STUCK at 8%. ERROR:
└─$ sudo dfu-util --device 0408:4035 --download hackrf_one_usb.dfu
dfu-util 0.11-dev
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
dfu-util: Warning: DFU suffix CRC does not match
dfu-util: A valid DFU suffix will be required in a future dfu-util release
Opening DFU capable USB device...
Device ID 0408:4035
Run-Time device DFU version 0110
Claiming USB DFU (Run-Time) Interface...
Setting Alternate Interface zero...
Determining device status...
DFU state(0) = appIDLE, status(0) = No error condition is present
Device really in Run-Time Mode, send DFU detach request...
Device will detach and reattach...
Opening DFU USB Device...
Claiming USB DFU Interface...
Setting Alternate Interface #0 ...
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 0110
Device returned transfer size 4096
Copying data from PC to DFU device
Download [== ] 8% 4096 bytesdfu-util: Error during download (LIBUSB_ERROR_PIPE)
The text was updated successfully, but these errors were encountered:
That isn't the correct --device string for a HackRF One - it should come up as 1fc9:000c. Are you sure you haven't mixed it up with another USB device on your system? As far as I can see 0408:4035 might be a webcam.
What type of issue is this?
permanent - occurring repeatedly
What issue are you facing?
Download [== ] 8% 4096 bytesdfu-util: Error during download (LIBUSB_ERROR_PIPE)
( KALI LINUX 64)
What are the steps to reproduce this?
sudo dfu-util --device 0408:4035 --download hackrf_one_usb.dfu
Can you provide any logs? (output, errors, etc.)
The DFU FIRMWARE installation STUCK at 8%. ERROR:
└─$ sudo dfu-util --device 0408:4035 --download hackrf_one_usb.dfu
dfu-util 0.11-dev
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
dfu-util: Warning: DFU suffix CRC does not match
dfu-util: A valid DFU suffix will be required in a future dfu-util release
Opening DFU capable USB device...
Device ID 0408:4035
Run-Time device DFU version 0110
Claiming USB DFU (Run-Time) Interface...
Setting Alternate Interface zero...
Determining device status...
DFU state(0) = appIDLE, status(0) = No error condition is present
Device really in Run-Time Mode, send DFU detach request...
Device will detach and reattach...
Opening DFU USB Device...
Claiming USB DFU Interface...
Setting Alternate Interface #0 ...
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 0110
Device returned transfer size 4096
Copying data from PC to DFU device
Download [== ] 8% 4096 bytesdfu-util: Error during download (LIBUSB_ERROR_PIPE)
The text was updated successfully, but these errors were encountered: