mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Updated flashing folder layout (#1020)
* Updated layout * Moved normal hackRF flashing to utils as should not normally be needed
This commit is contained in:
parent
01bcf18d03
commit
28ed16d50b
@ -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
|
@ -21,7 +21,7 @@ if not exist portapack-h1_h2-mayhem.bin (
|
|||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
|
|
||||||
hackrf_update.exe portapack-h1_h2-mayhem.bin
|
"utils/hackrf_update.exe" portapack-h1_h2-mayhem.bin
|
||||||
echo.
|
echo.
|
||||||
echo If your device never boot after flashing, please refer to https://github.com/eried/portapack-mayhem/wiki/Won't-boot
|
echo If your device never boot after flashing, please refer to https://github.com/eried/portapack-mayhem/wiki/Won't-boot
|
||||||
echo.
|
echo.
|
||||||
|
@ -10,6 +10,6 @@ echo.
|
|||||||
pause
|
pause
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
hackrf_update.exe hackrf_one_usb.bin
|
"utils/hackrf_update.exe" "utils/hackrf_one_usb.bin"
|
||||||
echo.
|
echo.
|
||||||
pause
|
pause
|
0
flashing/hackrf_one_usb.bin → flashing/utils/hackrf_one_usb.bin
Executable file → Normal file
0
flashing/hackrf_one_usb.bin → flashing/utils/hackrf_one_usb.bin
Executable file → Normal file
Loading…
Reference in New Issue
Block a user