rusefi/firmware/flash_openocd407.sh

8 lines
143 B
Bash
Executable File

#!/bin/bash
echo "I am flash_openocd.sh"
openocd -f board/stm32f4discovery.cfg -c "program build/rusefi.bin verify reset exit 0x08000000"