| 1 | @echo off\r |
| 2 | echo ********************************************************************\r |
| 3 | echo * REMEMBER: hold button down for the duration of the FLASH process *\r |
| 4 | echo ********************************************************************\r |
| 5 | \r |
| 6 | REM next line is a dummy. It causes PM3 to reboot and enter the FLASH process\r |
| 7 | ..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19\r |
| 8 | \r |
| 9 | REM these actually do the real work\r |
| 10 | ..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19\r |
| 11 | ..\winsrc\prox.exe fpga ..\armsrc\obj\fpgaimage.s19\r |