summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2023-04-06 16:21:58 +0200
committerDamien George <damien@micropython.org>2023-05-22 18:37:24 +1000
commitb7180d53f091c645a39377ddc17ee9d0bae2767f (patch)
treeeb16400f559cccaed38ba0d6f11632ad83e375a3
parent05e684dc0717b27ba52eeac7c480ebb6aa032fac (diff)
samd/boards: Add default deploy instructions.
Signed-off-by: robert-hh <robert@hammelrath.com>
-rw-r--r--ports/samd/boards/deploy.md10
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.
+