This commit is contained in:
parent
c3af4c36aa
commit
8d195f211a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue