We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7accf7 commit 1df7678Copy full SHA for 1df7678
1 file changed
ports/mimxrt/boards/deploy_teensy.md
@@ -11,4 +11,9 @@ or for Teensy 4.1:
11
teensy_loader_cli --mcu=imxrt1062 -v -w TEENSY41-<date_version_tag>.hex
12
```
13
14
-When loading the firmware the PJRC boot loader will erase the content of the board file system.
+Instead of imxrt1062 with the --mcu option, you can as well use the board specic names
15
+TEENSY40, TEENSY41 or TEENSY_MICROMOD. When loading the firmware the PJRC boot loader
16
+will erase the board file system.
17
+
18
+Note: If the Teensy board is equipped with Teensy bootloader v1.07 and up, the first attempt to
19
+upload the firmware may fail. In that case try again.
0 commit comments