aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsupport/stm32loader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/stm32loader.py b/support/stm32loader.py
index 0448274..a17b835 100755
--- a/support/stm32loader.py
+++ b/support/stm32loader.py
@@ -448,7 +448,7 @@ if __name__ == "__main__":
try:
cmd.initChip()
except CmdException:
- print("Can't init. Ensure that BOOT0 is enabled and reset device")
+ print("Can't init. Ensure BOOT0=1, BOOT1=0, and reset device")
bootversion = cmd.cmdGet()