Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release with Teensy 4.0 support #54

Open
Walther opened this issue Mar 15, 2020 · 6 comments
Open

Release with Teensy 4.0 support #54

Walther opened this issue Mar 15, 2020 · 6 comments

Comments

@Walther
Copy link

Walther commented Mar 15, 2020

Thank you for this great tool!

Teensy 4.0 support has been added in 900a2bf

Installing teensy_loader_cli from Homebrew gets you the version

teensy_loader_cli: stable 2.1 (bottled), HEAD
Command-line integration for Teensy USB development boards
https://www.pjrc.com/teensy/loader_cli.html
/usr/local/Cellar/teensy_loader_cli/2.1_1 (4 files, 36.4KB) *
  Poured from bottle on 2020-03-15 at 20:00:26
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/teensy_loader_cli.rb

List of supported devices:

teensy_loader_cli --list-mcus
Supported MCUs are:
 - at90usb162
 - atmega32u4
 - at90usb646
 - at90usb1286
 - mkl26z64
 - mk20dx128
 - mk20dx256
 - mk66fx1m0
 - mk64fx512

Attempting to run for a Teensy 4.0 as per instructions:

teensy_loader_cli --mcu=imxrt1062 out/led.hex
Unknown MCU type "imxrt1062"
Supported MCUs are:
 - at90usb162
 - atmega32u4
 - at90usb646
 - at90usb1286
 - mkl26z64
 - mk20dx128
 - mk20dx256
 - mk66fx1m0
 - mk64fx512

It would be nice to get a release with the Teensy 4.0 support built in ❤️

@pmarct
Copy link

pmarct commented Apr 1, 2020

So is it or is it not compatible with 4.0 yet?

@Walther
Copy link
Author

Walther commented Apr 1, 2020

Supposedly, the code in this repository works, if you compile it from source.
The version that has been released and can be installed via Homebrew is older, and does not include that support yet.

@pmarct
Copy link

pmarct commented Apr 1, 2020

What is currently the easiest way to CLI upload new code. I essentially just need to send code wirelessly to a raspbery pi and then from there it automatically uploads the code to the teensy 4.0. I haven't been able to get the teensy CLI to work, some people suggested sending the built hex file or using platformIO but I don't know much about either

@Ben-Lichtman
Copy link

Just wanted to bump this, since it has been >1.5 years and there has still not been a versioned release of this. Therefore all of the package manager still hold versions of this tool which don't support teensy 4.0

@uqs
Copy link

uqs commented Dec 5, 2021

+1, most distros are stuck at the (by now ancient) v2.1 w/o support for 4.0 and 4.1

@PaulStoffregen
Copy link
Owner

done
https://github.com/PaulStoffregen/teensy_loader_cli/releases/tag/2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants