Matthewteta
New member
I received my Teensy LC today and plugged it in to my Windows 7 PC. I downloaded the newest Teensy Loader and installed the drivers and libraries for Arduino. The first thing I noticed was that is was difficult to connect to the program because they tell you to tap when you really have to hold for a few seconds. When I connected it, I pressed the "Reboot" button and the software said "Unable to Reboot." Here is the log when I tried to reboot:
I then tried to Upload simple blink code from Arduino and made sure all the settings for the board and port were correct and pressed upload. Teensy Loader Immediately says "Download Error". Here is the Verbose Info:
I haven't tried much else other than disconnecting and reconnecting the board. Thanks for the help!
EDIT: I solved the issue by having the Arduino program start Teensy Loader. I didn't realize it but the Teensy loader was recognizing it as a different type of board. It looked black instead of the green one I have.
21:42:18: Teensy Loader 1.17, begin program
21:42:18: File "Blink.cpp.hex". 10076 bytes, 15% used
21:42:18: Listening for remote control on port 3149
21:42:18: initialized, showing main window
21:42:18: HID/win32: vid:16C0 pid:0478 ver:0102
21:42:18: HID/win32: usage_page:FF9C, usage:0020
21:42:18: Device came online, code_size = 65536
21:42:18: Board is: Unknown board, version 1.02
21:42:18: File "Blink.cpp.hex". 10076 bytes, 15% used
21:42:18: HID/win32: HidD_GetPreparsedData ok, device still online
21:42:22: Reboot event
21:42:22: begin operation
21:42:22: sending reboot
21:42:22: begin wait_until_offline
21:42:22: HID/win32: HidD_GetPreparsedData ok, device still online
21:42:25: offline failed, timeout after 50
21:42:25: reboot error
21:42:25: end operation
21:42:25: redraw timer set, image 13 to show for 4000 ms
21:42:27: Verbose Info event
21:42:29: redraw, image 10
I then tried to Upload simple blink code from Arduino and made sure all the settings for the board and port were correct and pressed upload. Teensy Loader Immediately says "Download Error". Here is the Verbose Info:
21:46:12: Teensy Loader 1.17, begin program
21:46:12: File "Blink.cpp.hex". 10076 bytes, 15% used
21:46:12: Listening for remote control on port 3149
21:46:12: initialized, showing main window
21:46:13: HID/win32: vid:16C0 pid:0478 ver:0102
21:46:13: HID/win32: usage_page:FF9C, usage:0020
21:46:13: Device came online, code_size = 65536
21:46:13: Board is: Unknown board, version 1.02
21:46:13: File "Blink.cpp.hex". 10076 bytes, 15% used
21:46:13: HID/win32: HidD_GetPreparsedData ok, device still online
21:46:19: file changed
21:46:19: File "Blink.cpp.hex". 10076 bytes, 15% used
21:46:19: remote connection opened
21:46:19: remote cmd: "comment: Teensyduino 1.21 - WINDOWS"
21:46:19: remote cmd: "dir:C:\Users\MATTHE~1\AppData\Local\Temp\build2206859881146974548.tmp\"
21:46:19: remote cmd: "file:Blink.cpp.hex"
21:46:19: File "Blink.cpp.hex". 10076 bytes, 15% used
21:46:19: remote cmd: "status"
21:46:19: status data sent
21:46:19: remote cmd: "auton"
21:46:19: File "Blink.cpp.hex". 10076 bytes, 15% used
21:46:19: elf size appears to be 65536
21:46:19: elf binary data matches hex file
21:46:19: Code size from .elf file = 65536
21:46:19: begin operation
21:46:19: remote connection closed
21:46:20: flash, block=0, bs=1024, auto=1
21:46:20: program: write error
21:46:20: HID/win32: HidD_GetPreparsedData ok, device still online
21:46:20: end operation
21:46:20: redraw timer set, image 11 to show for 4000 ms
21:46:20: remote connection opened
21:46:20: remote cmd: "status"
21:46:20: status data sent
21:46:20: remote cmd: "auton"
21:46:20: File "Blink.cpp.hex". 10076 bytes, 15% used
21:46:20: elf size appears to be 65536
21:46:20: elf binary data matches hex file
21:46:20: Code size from .elf file = 65536
21:46:20: begin operation
21:46:20: flash, block=0, bs=1024, auto=1
21:46:20: program: write error
21:46:20: HID/win32: HidD_GetPreparsedData ok, device still online
21:46:20: end operation
21:46:20: redraw timer set, image 11 to show for 4000 ms
21:46:20: remote connection closed
21:46:23: Verbose Info event
21:46:24: redraw, image 10
I haven't tried much else other than disconnecting and reconnecting the board. Thanks for the help!
EDIT: I solved the issue by having the Arduino program start Teensy Loader. I didn't realize it but the Teensy loader was recognizing it as a different type of board. It looked black instead of the green one I have.
Last edited: