-
Notifications
You must be signed in to change notification settings - Fork 5
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
Working with Arch.....Teensy 4.0? #9
Comments
Actually I got a bit further once I somewhat figured out what I was doing. Have to run "git init" here
Also had to change the makefile targets a bit and provide the nanopb source, and manually create the working directories for whatever reason. I getting stuck on line 87 yet, not sure what to do here.
I realize that the makefile at least isn't configured for teensy4.x. I'd pick up a 3.x for now if I could at least get it built. |
Just came across your post today. What distro were you using, that-way I can diagnose the problem? It looks like you may have just needed to I did try the project on a Teensy 4 but had some issues with the RPMs being reported as twice the expected value; I suspect this issue is fixed in the Teensy libraries today. In order to support Teensy 4.1, you'd have to modify Thanks for trying the project, and sorry for the late response... |
Not sure if these are distro issues, or just issues in general. Trying to follow the istructions @ https://mstrthealias.gitbook.io/teensy-fan-controller/build-instructions/setup, can't really get anywhere.
looks like it needs to be
However, $ git submodule update throws all sorts of publickey errors. Assuming that command wasn't 100% necessary:
Thats as far as I got with that. Trying to build the compile the Arduino project right in Arduino IDE didn't work either. (Using "Teensyduino"). Here I tried it with a board setup for Teensy 4.0 which I would hope to be able to use, but it failed for 3.x as well.
The text was updated successfully, but these errors were encountered: