File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
10
10
if [ ` uname -m` == " x86_64" ]; then
11
11
DFU_UTIL=${DIR} /dfu-util_x86_64/dfu-util
12
12
else
13
- DFU_UTIL=${DIR} /dfu-util_i386 /dfu-util
13
+ DFU_UTIL=${DIR} /dfu-util /dfu-util
14
14
fi
15
15
16
16
# Not found!
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
26
26
27
27
" ${DIR} /upload-reset" ${dummy_port_fullpath} 750
28
28
29
- " ${DIR} /dfu-util" -d ${usbID} -a ${altID} -D ${binfile} ${dfuse_addr} -R
29
+ " ${DIR} /dfu-util.sh " -d ${usbID} -a ${altID} -D ${binfile} ${dfuse_addr} -R
30
30
31
31
echo -n Waiting for ${dummy_port_fullpath} serial...
32
32
You can’t perform that action at this time.
0 commit comments