Skip to content

Commit

Permalink
Add time notice for erasing the chip.
Browse files Browse the repository at this point in the history
  • Loading branch information
majgis committed Aug 1, 2016
1 parent 578c2eb commit cbd6b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module.exports = function flashDevice(usbConnection, ubootBuffer, squashfsBuffer
readChipId.bind(null, usbConnection),
checkChipId,

asyncLog('Erasing the chip...'),
asyncLog('Erasing the chip. This step takes about a minute...'),
setWriteEnabled.bind(null, usbConnection),
eraseChip.bind(null, usbConnection),
waitTransactionComplete.bind(null, usbConnection),
Expand Down

0 comments on commit cbd6b3f

Please sign in to comment.