Skip to content

Commit f3c46b0

Browse files
Fixed OSX upload reset issue by appending -R to the dfu upload command in the macosx maple_upload script
1 parent 5bc3de4 commit f3c46b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/macosx/maple_upload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ if [ ! -x ${DFU_UTIL} ]; then
5050
exit 2
5151
fi
5252

53-
${DFU_UTIL} -d ${usbID} -a ${altID} -D ${binfile} -R ${dfuse_addr}
53+
${DFU_UTIL} -d ${usbID} -a ${altID} -D ${binfile} -R ${dfuse_addr} -R

0 commit comments

Comments
 (0)