Skip to content

Commit def8f9c

Browse files
author
Nathan Seidle
committed
Fix typo. Add more verbose failure reason.
1 parent ddf9ba8 commit def8f9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/artemis/artemis_svl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def main():
323323

324324
print('\n\nArtemis SVL Bootloader')
325325
if not os.path.exists(args.binfile):
326-
print("Bin file {} does not exits.".format(args.binfile))
326+
print("Bin file {} does not exist.".format(args.binfile))
327327
exit()
328328

329329
bl_success = False
@@ -354,7 +354,7 @@ def main():
354354

355355
if(entered_bootloader == False):
356356
print(
357-
"Target failed to enter bootload mode. Verify the right COM port is selected.")
357+
"Target failed to enter bootload mode. Verify the right COM port is selected and that your board has the SVL bootloader.")
358358

359359
except serial.SerialException:
360360
phase_serial_port_help()

tools/artemis/windows/artemis_svl.exe

728 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)