Skip to content

Commit 5bc3de4

Browse files
Fixed DFU upload reset issue by appending -R to the linux maple_upload script
1 parent 3b62592 commit 5bc3de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/linux/maple_upload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ if [ ! -x ${DFU_UTIL} ]; then
3737
exit 2
3838
fi
3939

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

0 commit comments

Comments
 (0)