]>
Commit | Line | Data |
---|---|---|
6658905f | 1 | @echo off\r |
e7aee94e | 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 | |
6658905f | 7 | ..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19\r |
e7aee94e | 8 | \r |
9 | REM these actually do the real work\r | |
6658905f | 10 | ..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19\r |
e7aee94e | 11 | ..\winsrc\prox.exe fpga ..\armsrc\obj\fpgaimage.s19\r |