User Manual

2/8/2018 Teensy Loader app for Ubuntu Linux
https://www.pjrc.com/teensy/loader_linux.html 1/4
Using The Teensy Loader on Ubuntu
Linux
Update: Teensy 3.0 is supported by Teensyduino. After installation, Teensy Loader is in
hardware/tools. It is run automatically when using Verify or Upload within the Arduino software. This
version on this web page has not been updated for Teensy 3.0. Please insta ll Teensyduino to use
Teensy 3.0.
Files to download:
Download Teensy Program (32 bit)
Download Teensy Program (64 bit)
Download Teensy Program+Utils (Raspberry Pi)
LED Blink, Both Slow & Fast
Linux udev rules
Ubuntu and other modern Linux distibutions use udev to manage device files when USB devices are
added and removed. By default, udev will create a device with read-only permission which will not
allow to you download code. You must place the udev rules file at /etc/udev/rules.d/49-teensy.rules
The file is tar & gzip compressed. Here are sample commands. Please adjust as necessary, for
example the download directory.
cd Desktop
sudo cp 49-teensy.rules /etc/udev/rules.d/
tar -xvzf teensy_linux64.tar.gz
./teensy &

Summary of content (4 pages)