diff options
| author | Andrew Leech <andrew.leech@planetinnovation.com.au> | 2022-04-04 12:51:49 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-04-04 16:50:07 +1000 |
| commit | 3b99b4d675f10a1679ee11e03410e2b50539bce2 (patch) | |
| tree | a9fbd02eda12176bb029b9b9be203c942968667b /docs/reference | |
| parent | 79c05bd522addf14ddf188af712307ee76012d4a (diff) | |
docs/reference/mpremote: Add details about mount usage over soft reboot.
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/mpremote.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/mpremote.rst b/docs/reference/mpremote.rst index 345927ef7..727431fcf 100644 --- a/docs/reference/mpremote.rst +++ b/docs/reference/mpremote.rst @@ -135,6 +135,11 @@ The full list of supported commands are: $ mpremote mount <local-dir> + During usage, Ctrl-D will soft-reboot and normally reconnect the mount automatically. + If the unit has a main.py running at startup however the remount cannot occur. + In this case a raw mode soft reboot can be used: Ctrl-A Ctrl-D to reboot, + then Ctrl-B to get back to normal repl at which point the mount will be ready. + - unmount the local directory from the remote device: .. code-block:: bash |
