Skip to content

Commit 6817b8c

Browse files
committed
mimxrt/boards: Deploy instructions update.
Make the final step of the deploy more detailed. Signed-off-by: robert-hh <[email protected]>
1 parent bd8e0ec commit 6817b8c

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

ports/mimxrt/boards/ADAFRUIT_METRO_M7/deploy_metro_m7.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ here: https://learn.adafruit.com/adafruit-metro-m7-microsd/installing-the-bootlo
88

99
Once the bootloader is installed and started, you can install MicroPython
1010
by copying the .uf2 version of the firmware file to the bootloader
11-
drive. When the firmware is installed, the drive will disappear.
11+
drive. A LED on the board will start flickering, indicating that the
12+
upload is ongoing. Once the upload is complete, the drive icon will
13+
disappear. Wait until the LED stops flickering. In rare cases there
14+
may be an error message coming up, especially when there are only few
15+
or no changes in the firmware file. Then just repeat the upload.

ports/mimxrt/boards/MAKERDIARY_RT1011_NANO_KIT/deploy_makerdiary.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ sudo ./sdphost -u 0x1fc9,0x0145 -- jump-address 0x20207000
3131
```
3232
Wait until a drive icon appears on the computer (or mount it explicitly).
3333
At this point the bootloader is installed. You can now copy the
34-
MicroPython .uf2 file to the board.
34+
MicroPython .uf2 file to the board to start the firmware upload.
35+
A LED on the board will start flickering, indicating that the
36+
upload is ongoing. Once the upload is complete, the drive icon will
37+
disappear. Wait until the LED stops flickering. In rare cases there
38+
may be an error message coming up, especially when there are only few
39+
or no changes in the firmware file. Then just repeat the upload.

ports/mimxrt/boards/OLIMEX_RT1010/deploy_olimex.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,16 @@ and you will not need it for Windows.
3333

3434
4. Once the upload of the bootloader is finished, push Reset twice.
3535

36-
The bootloader should start and show a drive icon. Copy the .uf2 version of MicroPython
37-
to this drive to install or update MicroPython.
36+
The bootloader should start and show a drive icon.
3837

39-
Once the UF2 bootloader is installed, only step 4 is required to deploy MicroPython. If
38+
5. Copy the .uf2 version of MicroPython to this drive to install or update MicroPython.
39+
40+
A LED on the board will start flickering, indicating that the upload is ongoing. Once the upload
41+
is complete, the drive icon will disappear. Wait until the LED stops flickering. In rare cases there
42+
may be an error message coming up, especially when there are only few or no changes in
43+
the firmware file. Then just repeat the copy.
44+
45+
Once the UF2 bootloader is installed, only steps 4 and 5 are required to deploy MicroPython. If
4046
MicroPython is already installed, the bootloader can as well be invoked by calling
4147
`machine.bootloader()`.
4248

ports/mimxrt/boards/deploy_mimxrt.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@ installed.
4141

4242
If there is no valid Firmware on the device, the bootloader will start automatically.
4343
Once it's started, a drive ICON will appear. The MicroPython firmware file with .uf2
44-
extension must then be copied to that drive. When the file is copied and MicroPython
45-
is installed, the drive disappears and MicroPython starts.
44+
extension must then be copied to that drive. A LED on the board may start flickering,
45+
indicating that the upload is ongoing. Once the upload is complete, the drive icon
46+
will disappear. Wait until the LED stops flickering. In rare cases there
47+
may be an error message coming up, especially when there are only few or
48+
no changes in the firmware file. Then just repeat the copy.

0 commit comments

Comments
 (0)