Install Teensyduino into Arduino IDE

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
BillFann
 
Posts: 10
Joined: Thu Sep 25, 2014 2:10 pm

Install Teensyduino into Arduino IDE

Post by BillFann »

I'm trying to install Teensyduino, Version 1.20 on my Arduino 1.0.5 IDE. This is a clean install.
I Dled the teensyduino.64bit package from the http://www.pjrc.com/teensy/td_download. ... nux_issues and tried to install it.
On the site it says:

Install Step 1: Download & Extract Arduino
First, you must download the Arduino Software. Remember the location where you extracted the files.

I did this. It's in /home/arduino-1.0.5

Install Step 2: (Linux only) Install udev Rules
The udev rule file gives non-root users permission to use the Teensy device. More Linux tips below.

sudo cp 49-teensy.rules /etc/udev/rules.d/

I tried to do this and got this error:
cp: cannot stat `49-teensy.rules': No such file or directory

I followed the link found on http://www.pjrc.com/teensy/td_download. ... nux_issues

Linux udev rules

and found this:

sudo cp 49-teensy.rules /etc/udev/rules.d/49-teensy.rules

(note the difference)

I ran this and got this error:

cp: cannot stat `49-teensy.rules': No such file or directory

I resoned that I may have to actually install the teensyduino into the arduino 1.0.5 before I can install the udev rule.

Install Step 3: Run Teensyduino Installer

I Dled this:
teensyduino.64bit

When I open it I got a message that some other python files needed to be installed. The installation seemed to go well enough and ran automatically.
When I tried to run the teensyduino.64bit again the PyPar2 window came up and talked about protecting my /Download directory. I allowed the window to create a series of files and put them in my /home/arduino-1.0.5 directory.

I have not yet been able to get any GUI to install the teensyduino into android 1.0.5.

I am at a loss.

Thoughts?

User avatar
Franklin97355
 
Posts: 23911
Joined: Mon Apr 21, 2008 2:33 pm

Re: Install Teensyduino into Arduino IDE

Post by Franklin97355 »

Which distro are you running?

User avatar
BillFann
 
Posts: 10
Joined: Thu Sep 25, 2014 2:10 pm

Re: Install Teensyduino into Arduino IDE

Post by BillFann »

franklin97355,
I'm running UBUNTU 12.04.
I tried 14.04 but it had too many problems.

User avatar
BillFann
 
Posts: 10
Joined: Thu Sep 25, 2014 2:10 pm

Re: Install Teensyduino into Arduino IDE

Post by BillFann »

I may be making some porgress.
I think I have the 49-teensy.rules installed in my /etc/udev/rules.d/
At least when I go to that directory and do a "ls" it appears there.
I'm still having an issue with the "teensy" install program.
when I click on the icon it opens up the "pypar2" program.
That extracts
teensy.par2
teensy.vol001+02.par2
teensy.vol015+16.par2
teensy.vol003+04.par2
teensy.vol031+32.par2
teensy.vol000+01.par2
teensy.vol007+08.par2
teensy.vol063+37.par2
I cant get this to do anything.
How do I use this to create the executable for the "teensy" install programr?

User avatar
BillFann
 
Posts: 10
Joined: Thu Sep 25, 2014 2:10 pm

Re: Install Teensyduino into Arduino IDE

Post by BillFann »

Got it!
Go to
http://forum.pjrc.com/threads/4912-Inst ... ght=PyPar2
follow the instructions there.
Teensy is now loaded into my arduino-1.0.5 IDE.
Thank you to all who replied to this posting.
Bill

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”