2009-04-09 14:43:20 +08:00
|
|
|
@echo off
|
2009-07-13 19:20:29 +08:00
|
|
|
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
|
2009-04-09 14:43:20 +08:00
|
|
|
..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19
|
2009-07-13 19:20:29 +08:00
|
|
|
|
|
|
|
REM these actually do the real work
|
2009-04-09 14:43:20 +08:00
|
|
|
..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19
|
2009-07-13 19:20:29 +08:00
|
|
|
..\winsrc\prox.exe fpga ..\armsrc\obj\fpgaimage.s19
|