Fixed DFU upload reset issue by appending -R to the linux maple_upload script

This commit is contained in:
Roger Clark 2015-08-17 08:44:32 +10:00
parent 3b6259277f
commit 5bc3de4331
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ if [ ! -x ${DFU_UTIL} ]; then
exit 2
fi
${DFU_UTIL} -d ${usbID} -a ${altID} -D ${binfile} ${dfuse_addr}
${DFU_UTIL} -d ${usbID} -a ${altID} -D ${binfile} ${dfuse_addr} -R