Updated flashing folder layout (#1020)

* Updated layout

* Moved normal hackRF flashing to utils as should not normally be needed
This commit is contained in:
jLynx 2023-05-21 14:59:50 +12:00 committed by GitHub
parent 01bcf18d03
commit 28ed16d50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 5 additions and 3 deletions

View File

@ -1 +1,3 @@
Plug HackRF+Portapack, set it in HackRF mode, launch flash_portapack_mayhem.bat
Plug HackRF+Portapack, set it in HackRF mode, launch flash_portapack_mayhem.bat
Read https://github.com/eried/portapack-mayhem/wiki/Update-firmware for more detailed information

View File

@ -21,7 +21,7 @@ if not exist portapack-h1_h2-mayhem.bin (
exit /b
)
hackrf_update.exe portapack-h1_h2-mayhem.bin
"utils/hackrf_update.exe" portapack-h1_h2-mayhem.bin
echo.
echo If your device never boot after flashing, please refer to https://github.com/eried/portapack-mayhem/wiki/Won't-boot
echo.

View File

@ -10,6 +10,6 @@ echo.
pause
echo.
hackrf_update.exe hackrf_one_usb.bin
"utils/hackrf_update.exe" "utils/hackrf_one_usb.bin"
echo.
pause

View File