Teensy 3.0 Newb: Can't see half kay boot loader

Status
Not open for further replies.

adavies25

New member
Hi all,

Just got my new Teensy 3.0 in the mail and hooked up(figured I'd go for the latest and greatest). The led blinks once per second like it's supposed to and when I push the button it stops blinking and the HalfKay boot loader shows up in lsusb. However, when I run the teensy 1.06 program and you see the picture to push the button to activate, I push it and nothing happens. I'm running Ubuntu 12 and I put the 49-teensy.rules file in /etc/udev/rules.d/. I read someone else had the same problem and he said he solved it by adding his user to the dialout group. My user is already part of that group so I'm not sure what else to try.

Any help would be appreciated!
Thanks,
Alan

adavies@PizzaMaker:~/Downloads$ uname -a
Linux PizzaMaker 3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:46:35 UTC 2012 i686 i686 i386 GNU/Linux
adavies@PizzaMaker:~/Downloads$ lsusb | grep Teensy
Bus 006 Device 005: ID 16c0:0478 VOTI Teensy Halfkay Bootloader
adavies@PizzaMaker:~/Downloads$ ls /etc/udev/rules.d/49-teensy.rules
/etc/udev/rules.d/49-teensy.rules
adavies@PizzaMaker:~/Downloads$ ls /lib/udev/rules.d/49-teensy.rules
/lib/udev/rules.d/49-teensy.rules
adavies@PizzaMaker:~/Downloads$ groups
adavies adm dialout cdrom plugdev lpadmin admin sambashare
adavies@PizzaMaker:~/Downloads$

Verbose output from Teensy Loader:
12:32:02 AM: Teensy Loader 1.06, begin program
12:32:02 AM: File "blink_fast.hex". 54 bytes, 0% used
12:32:02 AM: Listening for remote control on port 3149
12:32:02 AM: initialized, showing main window
12:32:02 AM: HID/linux: bus "007", device "001" vid=1D6B, pid=0001
12:32:02 AM: HID/linux: bus "006", device "005" vid=16C0, pid=0478
12:32:02 AM: HID/linux: bus "006", device "001" vid=1D6B, pid=0001
12:32:02 AM: HID/linux: bus "005", device "001" vid=1D6B, pid=0001
12:32:02 AM: HID/linux: bus "004", device "001" vid=1D6B, pid=0001
12:32:02 AM: HID/linux: bus "003", device "001" vid=1D6B, pid=0001
12:32:02 AM: HID/linux: bus "002", device "001" vid=1D6B, pid=0002
12:32:02 AM: HID/linux: bus "001", device "003" vid=0BDA, pid=0158
12:32:02 AM: HID/linux: bus "001", device "002" vid=04F2, pid=B070
12:32:02 AM: HID/linux: bus "001", device "001" vid=1D6B, pid=0002
12:32:15 AM: Verbose Info event
 
The 1.06 Teensy Loader doesn't work with the Teensy3. Use the loader inside the Arduino IDE from the kickstarter here.

Ahh thank you for the response. That works. FYI to anyone, the link on the kickstarter page for the 32-bit linux points to the 64 bit linux, but the file is there, you just have to change the URL in your browser to get to it.

Alan
 
Ahh thank you for the response. That works. FYI to anyone, the link on the kickstarter page for the 32-bit linux points to the 64 bit linux, but the file is there, you just have to change the URL in your browser to get to it.

Alan

Hi Alan,

I just ordered my Teensy 3.0 and I was reading some forums. I d/l the arduino software from kickstarter. However, I don't see the "loader" feature in there. Can you point me to it? I'm using a Mac w/ Mountain Lion, but I doubt that should matter... I assume the loader lets me upload a .hex file and not a sketch as this is what i'm looking to do. Mahalo!
 
Hi Alan,

I just ordered my Teensy 3.0 and I was reading some forums. I d/l the arduino software from kickstarter. However, I don't see the "loader" feature in there. Can you point me to it? I'm using a Mac w/ Mountain Lion,

Control-click, "show package contents", navigate to Contents/Resources/Java/hardware/tools/

but I doubt that should matter... I assume the loader lets me upload a .hex file and not a sketch as this is what i'm looking to do. Mahalo!

Yes. Also see the makefile in Contents/Resources/Java/hardware/teensy/cores/teensy3 for how to compile without Arduino.
 
Status
Not open for further replies.
Back
Top