From b7180d53f091c645a39377ddc17ee9d0bae2767f Mon Sep 17 00:00:00 2001 From: robert-hh Date: Thu, 6 Apr 2023 16:21:58 +0200 Subject: [PATCH] samd/boards: Add default deploy instructions. Signed-off-by: robert-hh --- ports/samd/boards/deploy.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ports/samd/boards/deploy.md b/ports/samd/boards/deploy.md index e69de29bb2..fac5c994ab 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. +