Combine per-device firmware ZIPs into a single unified flasher (#3070)

* Add combined firmware ZIP creation and update flashing script for device selection

* Refactor firmware flashing scripts and update README for improved device selection and actions

* Remove outdated flash script for PortaPack Mayhem

* Add write permissions to release jobs in nightly and stable release workflows

* Rename HackRF firmware files for consistency in nightly and stable release workflows

* Refactor release workflows to streamline asset preparation and upload process

* Fix file paths for HackRF firmware in nightly and stable release workflows

* Updated labels

* Refactor mayhem_flasher.bat for improved clarity

* Added reset after flash

Updated the flashing script to include error handling and improved user prompts.

* Remove --reset from DFU as it is known to cause issues
This commit is contained in:
jLynx
2026-03-05 08:40:39 +13:00
committed by GitHub
parent 25556428a7
commit 60ce89021a
7 changed files with 236 additions and 302 deletions
-15
View File
@@ -1,15 +0,0 @@
@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