We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf9ba8 commit def8f9cCopy full SHA for def8f9c
tools/artemis/artemis_svl.py
@@ -323,7 +323,7 @@ def main():
323
324
print('\n\nArtemis SVL Bootloader')
325
if not os.path.exists(args.binfile):
326
- print("Bin file {} does not exits.".format(args.binfile))
+ print("Bin file {} does not exist.".format(args.binfile))
327
exit()
328
329
bl_success = False
@@ -354,7 +354,7 @@ def main():
354
355
if(entered_bootloader == False):
356
print(
357
- "Target failed to enter bootload mode. Verify the right COM port is selected.")
+ "Target failed to enter bootload mode. Verify the right COM port is selected and that your board has the SVL bootloader.")
358
359
except serial.SerialException:
360
phase_serial_port_help()
tools/artemis/windows/artemis_svl.exe
728 Bytes
0 commit comments