2022-04-04 19:13:12 -04:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
echo *** Run HackRF firmware in RAM via LPC DFU ***
|
|
|
|
echo.
|
|
|
|
echo This is used to "unbrick" your HackRF, if you are no longer able to use
|
|
|
|
echo HackRF tools to flash or operate your HackRF.
|
|
|
|
echo.
|
|
|
|
echo Connect your HackRF One to a USB port on your computer.
|
|
|
|
echo.
|
|
|
|
echo Hold down both the DFU and RESET buttons on the HackRF.
|
|
|
|
echo Then release the RESET button (closest to the edge).
|
|
|
|
echo Then release the DFU button.
|
|
|
|
echo.
|
|
|
|
pause
|
|
|
|
|
|
|
|
echo.
|
2023-05-21 21:03:53 -04:00
|
|
|
"utils/dfu-util-static.exe" --device 1fc9:000c --download "utils/hackrf_one_usb.dfu" --reset
|
2022-04-04 19:13:12 -04:00
|
|
|
echo.
|
|
|
|
pause
|