mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-21 15:09:03 +00:00
25556428a7
* Update flasher for windows * Updated scripts * Fix echo statement formatting in flash script * Fix echo statement formatting in flash script
16 lines
356 B
Batchfile
16 lines
356 B
Batchfile
@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.
|
|
"utils/hackrf_spiflash.exe" -w "utils/hackrf_usb.bin"
|
|
echo.
|
|
pause
|