mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
Change flashos.bat for the new flash procedure
This commit is contained in:
parent
1b2c893632
commit
ccb6ae9169
1 changed files with 1 additions and 9 deletions
|
@ -1,11 +1,3 @@
|
||||||
@echo off
|
@echo off
|
||||||
echo ********************************************************************
|
|
||||||
echo * REMEMBER: hold button down for the duration of the FLASH process *
|
|
||||||
echo ********************************************************************
|
|
||||||
|
|
||||||
REM next line is a dummy. It causes PM3 to reboot and enter the FLASH process
|
|
||||||
..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19
|
|
||||||
|
|
||||||
REM these actually do the real work
|
REM these actually do the real work
|
||||||
..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19
|
..\winsrc\prox.exe os,fpga ..\armsrc\obj\osimage.s19 ..\armsrc\obj\fpgaimage.s19
|
||||||
..\winsrc\prox.exe fpga ..\armsrc\obj\fpgaimage.s19
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue