mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-14 18:47:28 -07:00
Autobuild improvements & fixes
This commit is contained in:
parent
e5abd7ab51
commit
52366b4cb5
13 changed files with 164 additions and 61 deletions
|
@ -1 +0,0 @@
|
|||
proxmark3 COM5
|
|
@ -28,11 +28,8 @@ echo FLASHING bootrom.elf + fullimage.elf, please wait...
|
|||
echo ====================================================
|
||||
echo.
|
||||
|
||||
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
|
||||
)
|
||||
call client\setup.bat
|
||||
client\flasher.exe com5 -b client\bootrom.elf client\fullimage.elf
|
||||
|
||||
pause.
|
||||
|
|
@ -41,11 +41,8 @@ echo FLASHING bootrom.elf, please wait...
|
|||
echo ====================================
|
||||
echo.
|
||||
|
||||
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
|
||||
)
|
||||
call client\setup.bat
|
||||
client\flasher.exe com5 -b client\bootrom.elf
|
||||
|
||||
pause.
|
||||
|
|
@ -27,11 +27,8 @@ echo FLASHING fullimage.elf, please wait...
|
|||
echo ======================================
|
||||
echo.
|
||||
|
||||
if exist flasher.exe (
|
||||
flasher.exe com5 -b ..\firmware_win\fullimage.elf
|
||||
) else (
|
||||
proxmark3.exe com5 --flash --unlock-bootloader --image ..\firmware_win\fullimage.elf
|
||||
)
|
||||
call client\setup.bat
|
||||
client\flasher.exe com5 -b client\fullimage.elf
|
||||
|
||||
pause.
|
||||
|
3
msys2/ps/autobuild/official/Go.bat
Normal file
3
msys2/ps/autobuild/official/Go.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
call client\setup.bat
|
||||
client\proxmark3 COM5
|
6
msys2/ps/autobuild/official/client/setup.bat
Normal file
6
msys2/ps/autobuild/official/client/setup.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
@echo off
|
||||
set HOME=%~dp0
|
||||
set QT_PLUGIN_PATH=%HOME%\libs\
|
||||
set QT_QPA_PLATFORM_PLUGIN_PATH=%QT_PLUGIN_PATH%
|
||||
set PATH=%QT_PLUGIN_PATH%;%PATH%
|
||||
set MSYSTEM=MINGW64
|
|
@ -1,2 +0,0 @@
|
|||
[Paths]
|
||||
Plugins=.
|
6
msys2/ps/autobuild/rrg/client/setup.bat
Normal file
6
msys2/ps/autobuild/rrg/client/setup.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
@echo off
|
||||
set HOME=%~dp0
|
||||
set QT_PLUGIN_PATH=%HOME%\libs\
|
||||
set QT_QPA_PLATFORM_PLUGIN_PATH=%QT_PLUGIN_PATH%
|
||||
set PATH=%QT_PLUGIN_PATH%;%QT_PLUGIN_PATH%shell\;%PATH%
|
||||
set MSYSTEM=MINGW64
|
5
msys2/ps/autobuild/rrg/pm3-flash-all.bat
Normal file
5
msys2/ps/autobuild/rrg/pm3-flash-all.bat
Normal file
|
@ -0,0 +1,5 @@
|
|||
@echo off
|
||||
cd client
|
||||
call setup.bat
|
||||
bash pm3-flash-all
|
||||
pause
|
5
msys2/ps/autobuild/rrg/pm3-flash-bootrom.bat
Normal file
5
msys2/ps/autobuild/rrg/pm3-flash-bootrom.bat
Normal file
|
@ -0,0 +1,5 @@
|
|||
@echo off
|
||||
cd client
|
||||
call setup.bat
|
||||
bash pm3-flash-bootrom
|
||||
pause
|
5
msys2/ps/autobuild/rrg/pm3-flash-fullimage.bat
Normal file
5
msys2/ps/autobuild/rrg/pm3-flash-fullimage.bat
Normal file
|
@ -0,0 +1,5 @@
|
|||
@echo off
|
||||
cd client
|
||||
call setup.bat
|
||||
bash pm3-flash-fullimage
|
||||
pause
|
5
msys2/ps/autobuild/rrg/pm3.bat
Normal file
5
msys2/ps/autobuild/rrg/pm3.bat
Normal file
|
@ -0,0 +1,5 @@
|
|||
@echo off
|
||||
cd client
|
||||
call setup.bat
|
||||
bash pm3
|
||||
pause
|
Loading…
Add table
Add a link
Reference in a new issue