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
+2 -2
View File
@@ -1,3 +1,3 @@
Plug HackRF+Portapack, set it in HackRF mode, launch flash_portapack_mayhem.bat
Run mayhem_flasher.bat and follow the prompts to select your device and action (flash Mayhem, DFU unbrick, or restore factory firmware).
Read https://github.com/portapack-mayhem/mayhem-firmware/wiki/Update-firmware for more detailed information
Read https://github.com/portapack-mayhem/mayhem-firmware/wiki/Update-firmware for more detailed information.