Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
This commit is contained in:
commit
3452a045d2
|
@ -26,15 +26,15 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||||
# 750ms to 1500ms seems to work on my Mac
|
# 750ms to 1500ms seems to work on my Mac
|
||||||
|
|
||||||
|
|
||||||
${DIR}/upload-reset ${dummy_port_fullpath} 750
|
"${DIR}/upload-reset" ${dummy_port_fullpath} 750
|
||||||
|
|
||||||
|
|
||||||
#DFU_UTIL=$(dirname $0)/dfu-util/dfu-util
|
#DFU_UTIL=$(dirname $0)/dfu-util/dfu-util
|
||||||
DFU_UTIL=/usr/bin/dfu-util
|
DFU_UTIL=/usr/bin/dfu-util
|
||||||
DFU_UTIL=${DIR}/dfu-util/dfu-util
|
DFU_UTIL=${DIR}/dfu-util/dfu-util
|
||||||
if [ ! -x ${DFU_UTIL} ]; then
|
if [ ! -x "${DFU_UTIL}" ]; then
|
||||||
echo "$0: error: cannot find ${DFU_UTIL}" >&2
|
echo "$0: error: cannot find ${DFU_UTIL}" >&2
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${DFU_UTIL} -d ${usbID} -a ${altID} -D ${binfile} ${dfuse_addr} -R
|
"${DFU_UTIL}" -d ${usbID} -a ${altID} -D ${binfile} ${dfuse_addr} -R
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue