summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
+