Skip to content

Commit

Permalink
Updated script (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
jLynx committed May 21, 2023
1 parent f18764f commit 01bcf18
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions flashing/flash_portapack_mayhem.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ echo.
pause

echo.

REM Check if the firmware file exists
if not exist portapack-h1_h2-mayhem.bin (
echo The firmware file "portapack-h1_h2-mayhem.bin" does not exist.
echo Please ensure that you have downloaded the latest release from:
echo https://github.com/eried/portapack-mayhem/releases/
echo.
pause
exit /b
)

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
Expand Down

0 comments on commit 01bcf18

Please sign in to comment.