Added flashing tools

This commit is contained in:
jLynx
2022-04-05 11:13:12 +12:00
parent b4e5fb7483
commit 3bb7ba59ae
13 changed files with 61 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
@echo off
echo *** Re-flash the HackRF with HackRF firmware ***
echo.
echo Connect your HackRF One to a USB port on your computer.
echo.
echo If using a PortaPack, put the PortaPack in HackRF mode by selecting
echo the "HackRF" option from the main menu.
echo.
pause
echo.
hackrf_update.exe hackrf_one_usb.bin
echo.
pause