diff --git a/ports/mimxrt/boards/deploy_teensy.md b/ports/mimxrt/boards/deploy_teensy.md index f481544900..28da092493 100644 --- a/ports/mimxrt/boards/deploy_teensy.md +++ b/ports/mimxrt/boards/deploy_teensy.md @@ -11,4 +11,9 @@ or for Teensy 4.1: teensy_loader_cli --mcu=imxrt1062 -v -w TEENSY41-.hex ``` -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 +TEENSY40, TEENSY41 or TEENSY_MICROMOD. When loading the firmware the PJRC boot loader +will erase the board file system. + +Note: If the Teensy board is equipped with Teensy bootloader v1.07 and up, the first attempt to +upload the firmware may fail. In that case try again.