diff options
| author | robert-hh <robert@hammelrath.com> | 2023-04-06 16:21:58 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-05-22 18:37:24 +1000 |
| commit | b7180d53f091c645a39377ddc17ee9d0bae2767f (patch) | |
| tree | eb16400f559cccaed38ba0d6f11632ad83e375a3 | |
| parent | 05e684dc0717b27ba52eeac7c480ebb6aa032fac (diff) | |
samd/boards: Add default deploy instructions.
Signed-off-by: robert-hh <robert@hammelrath.com>
| -rw-r--r-- | ports/samd/boards/deploy.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/samd/boards/deploy.md b/ports/samd/boards/deploy.md index e69de29bb..fac5c994a 100644 --- a/ports/samd/boards/deploy.md +++ b/ports/samd/boards/deploy.md @@ -0,0 +1,10 @@ +For deploying the MicroPython firmware to the SAMD module, follow +the procedure: + +- Push the reset button twice or call machine.bootloader(). A drive + icon should appear representing a virtual drive. + +- Copy the .uf2 file with the required firmware to that drive. + +As soon as the drive disappears, the firmware is loaded and started. + |
