File tree Expand file tree Collapse file tree 5 files changed +0
-253
lines changed Expand file tree Collapse file tree 5 files changed +0
-253
lines changed Original file line number Diff line number Diff line change 22
33# set -e
44
5-
6-
75if [ $# -lt 4 ]; then
86 echo " Usage: $0 $# <dummy_port> <altID> <usbID> <binfile>" >&2
97 exit 1
@@ -29,8 +27,6 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
2927" ${DIR} /upload-reset" ${dummy_port_fullpath} 750
3028
3129
32- # DFU_UTIL=$(dirname $0)/dfu-util/dfu-util
33- DFU_UTIL=/usr/bin/dfu-util
3430DFU_UTIL=${DIR} /dfu-util/dfu-util
3531if [ ! -x " ${DFU_UTIL} " ]; then
3632 echo " $0 : error: cannot find ${DFU_UTIL} " >&2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33# set -e
44
5-
6-
75if [ $# -lt 4 ]; then
86 echo " Usage: $0 $# <dummy_port> <altID> <usbID> <binfile>" >&2
97 exit 1
@@ -29,8 +27,6 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
2927" ${DIR} /upload-reset" ${dummy_port_fullpath} 750
3028
3129
32- # DFU_UTIL=$(dirname $0)/dfu-util/dfu-util
33- DFU_UTIL=/usr/bin/dfu-util
3430DFU_UTIL=${DIR} /dfu-util/dfu-util
3531if [ ! -x " ${DFU_UTIL} " ]; then
3632 echo " $0 : error: cannot find ${DFU_UTIL} " >&2
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments