summaryrefslogtreecommitdiff
path: root/ao-tools/ao-flash/ao-reset-lpc
blob: d43161363d64a4679bc024f555f4476763da2c6e (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
cmds=/tmp/flash$$
trap "rm $cmds" 0 1 15
echo "reset" > $cmds
openocd \
	-f interface/stlink-v2.cfg \
	-f target/lpc11xx.cfg \
	-f $cmds \
	-c shutdown