@echo off\r
-echo ********************************************************************\r
-echo * REMEMBER: hold button down for the duration of the FLASH process *\r
-echo ********************************************************************\r
-\r
-REM next line is a dummy. It causes PM3 to reboot and enter the FLASH process\r
-..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19\r
-\r
REM these actually do the real work\r
-..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19\r
-..\winsrc\prox.exe fpga ..\armsrc\obj\fpgaimage.s19\r
+..\winsrc\prox.exe os,fpga ..\armsrc\obj\osimage.s19 ..\armsrc\obj\fpgaimage.s19\r