-
-
Notifications
You must be signed in to change notification settings - Fork 40
Add special hub boot routines to docs. #43
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
I found the following in my notes (it has been a while), but it would be good if someone wants to confirm:
- Hold left during boot: Do not mount file system, so skip executing
boot.pyandmain.py. - Hold right during boot: Mount file system, run
boot.pybut skipmain.py. - Hold left + right: Mount, but then reset the file system, creating a new
boot.pyandmain.py.
I don't know if left+right will work if the file system is already corrupted. If it's the same as the Pyboard reset then it should probably work.
And if not, you should still be able to hold only left, and then use the REPL to reset the filesystem instead.
Originally posted by @laurensvalk in #41 (reply in thread)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers