logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

teensy_loader_cli - load and run programs onto your Teensy micro controller

Author

       teensy_loader_cli was developed by Paul Stoffregen <paul@pjrc.com>

       This  manual  page  was written for the Debian project by Michael Stapelberg <stapelberg@debian.org> (but
       may be used by others).

Linux                                             DECEMBER 2017                             teensy_loader_cli(1)

Description

       The teensy loader cli is a command-line alternative to the graphical teensy loader which is included with
       Teensyduino.  The  cli version is preferred by advanced users who want to automate programming, typically
       from within a Makefile or similar.

Name

       teensy_loader_cli - load and run programs onto your Teensy micro controller

Options

--mcu  Specify which connected Teensy controller to work with (e.g. TEENSY36). To  list  supported  MCUs,
              use:

                   teensy_loader_cli --list-mcus

       -w     Wait for device to appear

       -r     Use hard reboot if device not online.

              This option requires another Teensy to be connected, running the rebootor firmware.

       -s     Use soft reboot if device not online (Teensy 3.x only)

       -n     No reboot after programming

       -b     Boot only, do not program

       -v     Verbose output

See Also

Synopsis

teensy_loader_cli --mcu MCU [-w] [-r] [-s] [-n] [-b] [-v] [-h] file.hex

See Also