bldc/flash_nrf52_with_stlink.sh

5 lines
144 B
Bash
Raw Normal View History

#!/bin/bash
openocd -f interface/stlink.cfg -f target/nrf52.cfg -c "init" -c "program repl-zephyr_build/zephyr/zephyr.hex verify reset exit"