This commit is contained in:
rusefi 2019-02-21 12:29:50 -05:00
parent c3af4c36aa
commit 8d195f211a
2 changed files with 5 additions and 5 deletions

View File

@ -15,9 +15,9 @@ echo %date% %time%
echo Erasing chip
if not exist flash_erase.bat echo NOT FOUND flash_erase.bat
if not exist flash_erase.bat exit -1
call flash_erase.bat
if not exist flash_erase407.bat echo NOT FOUND flash_erase.bat
if not exist flash_erase407.bat exit -1
call flash_erase407.bat
echo build_current_bundle.bat: Building firmware

View File

@ -2,9 +2,9 @@ echo I am hw_test.bat
pwd
cd firmware
call flash_erase
call flash_erase407.bat
rem This script depends on someone else building firmware
call flash_openocd
call flash_openocd407.bat
if not exist build/rusefi.bin echo FIRMWARE NOT FOUND
if not exist build/rusefi.bin exit -1