mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-14 02:27:03 -07:00
Fixed flasher now part of the client for autobuild
This commit is contained in:
parent
ae96e49db3
commit
8949718fa5
3 changed files with 18 additions and 3 deletions
|
@ -27,7 +27,12 @@ echo ====================================================
|
|||
echo FLASHING bootrom.elf + fullimage.elf, please wait...
|
||||
echo ====================================================
|
||||
echo.
|
||||
flasher.exe com5 -b ..\firmware_win\bootrom\bootrom.elf ..\firmware_win\fullimage.elf
|
||||
|
||||
if exist flasher.exe (
|
||||
flasher.exe com5 -b ..\firmware_win\bootrom\bootrom.elf ..\firmware_win\fullimage.elf
|
||||
) else (
|
||||
proxmark3.exe com5 --flash --unlock-bootloader --image ..\firmware_win\bootrom\bootrom.elf --image ..\firmware_win\fullimage.elf
|
||||
)
|
||||
|
||||
pause.
|
||||
|
||||
|
|
|
@ -40,7 +40,12 @@ echo ====================================
|
|||
echo FLASHING bootrom.elf, please wait...
|
||||
echo ====================================
|
||||
echo.
|
||||
flasher.exe com5 -b ..\firmware_win\bootrom\bootrom.elf
|
||||
|
||||
if exist flasher.exe (
|
||||
flasher.exe com5 -b ..\firmware_win\bootrom\bootrom.elf
|
||||
) else (
|
||||
proxmark3.exe com5 --flash --unlock-bootloader --image ..\firmware_win\bootrom\bootrom.elf
|
||||
)
|
||||
|
||||
pause.
|
||||
|
||||
|
|
|
@ -26,7 +26,12 @@ echo ======================================
|
|||
echo FLASHING fullimage.elf, please wait...
|
||||
echo ======================================
|
||||
echo.
|
||||
flasher.exe com5 -b ..\firmware_win\fullimage.elf
|
||||
|
||||
if exist flasher.exe (
|
||||
flasher.exe com5 -b ..\firmware_win\fullimage.elf
|
||||
) else (
|
||||
proxmark3.exe com5 --flash --unlock-bootloader --image ..\firmware_win\fullimage.elf
|
||||
)
|
||||
|
||||
pause.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue