micropython/ports/mimxrt/boards/deploy_teensy.md
robert-hh 7cc9b257a9 mimxrt/boards: Update the board.json files and add deploy_xx.md files.
- Add board.md files for MIMXRT1060_EVK and MIMXRT1064_EVK warning about
  their experimental state.
- Add separate deploy_teensy.md and deploy_mimxrt.md files.
2021-11-16 23:17:42 +11:00

509 B

For deploying the firmware use the Teensy Loader tool provided by PJRC on their web site. PJRC provides both a graphical and command line version for Windows, OS X and Linux. With the command line version, run the command:

teensy_loader_cli --mcu=imxrt1062 -v -w TEENSY40-<date_version_tag>.hex

or for Teensy 4.1:

teensy_loader_cli --mcu=imxrt1062 -v -w TEENSY41-<date_version_tag>.hex

When loading the firmware the PJRC boot loader will erase the content of the board file system.