Browse Source

scripts: uploader.py: print unplug hint when downloading firmware

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
4b455afd42
  1. 2
      Tools/scripts/uploader.py

2
Tools/scripts/uploader.py

@ -804,7 +804,7 @@ def main(): @@ -804,7 +804,7 @@ def main():
if not args.download:
fw = firmware(args.firmware)
print("Loaded firmware for %x,%x, size: %d bytes, waiting for the bootloader..." % (fw.property('board_id'), fw.property('board_revision'), fw.property('image_size')))
print("If the board does not respond within 1-2 seconds, unplug and re-plug the USB connector.")
print("If the board does not respond within 1-2 seconds, unplug and re-plug the USB connector.")
baud_flightstack = [int(x) for x in args.baud_flightstack.split(',')]

Loading…
Cancel
Save