Teensy-loader-cli Command

Teensy-loader-cli Command

teensy-loader-cli

load and run programs onto your Teensy micro controller

Maintainer: Michael Stapelberg



Section: devel

Install teensy-loader-cli

  • Debian apt-get install teensy-loader-cli Click to copy
  • Ubuntu apt-get install teensy-loader-cli Click to copy
  • Arch Linux pacman -S teensy-loader-cli Click to copy
  • Kali Linux apt-get install teensy-loader-cli Click to copy

teensy-loader-cli

load and run programs onto your Teensy micro controller

See https://www.pjrc.com/teensy/ for an introduction to the Teensy family of USB-based microcontroller development systems. 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.

Install the latest version of teensy-loader-cli in Debian, Ubuntu, Arch and Kali from terminal. To install the teensy-loader-cli just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of teensy-loader-cli from the respository and install it in your computer/server.