mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 00:59:28 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user