only:linux openocd
This commit is contained in:
parent
2eda850c84
commit
f944c8d69b
|
@ -1,2 +1,6 @@
|
|||
@echo off
|
||||
bash.exe flash_openocd407.sh
|
||||
cd ../misc/install
|
||||
|
||||
[ -e openocd/openocd.exe ] || { echo "openocd/openocd.exe NOT FOUND"; exit 1; }
|
||||
|
||||
./openocd/openocd.exe -f openocd/stm32f4discovery.cfg -c "program ../../firmware/build/rusefi.bin verify reset exit 0x08000000"
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
echo "I am flash_openocd.sh"
|
||||
|
||||
cd ../misc/install
|
||||
|
||||
[ -e openocd/openocd.exe ] || { echo "openocd/openocd.exe NOT FOUND"; exit 1; }
|
||||
|
||||
./openocd/openocd.exe -f openocd/stm32f4discovery.cfg -c "program ../../firmware/build/rusefi.bin verify reset exit 0x08000000"
|
||||
openocd -f board/stm32f4discovery.cfg -c "program ../../firmware/build/rusefi.bin verify reset exit 0x08000000"
|
||||
|
||||
|
|
Loading…
Reference in New Issue