I see there is a way to do some of the install via the command line. But I'd like to check the syntax.
Code:
chmod 755 TeensyduinoInstall.linux64
./TeensyduinoInstall.linux64 --dir=arduino-1.8.15
cd arduino-1.8.15/hardware/teensy/avr/cores/teensy4
make
I have Teensyduino in /Apps/teensyduino, and Arduino in /Apps/arduino-1.8.19
Have changed the permissions and updated udev. This is what I tried.
Code:
./TeensyduinoInstall.linux64 --dir=../arduino-1.8.19
cd arduino-1.8.19/hardware/teensy/avr/cores/teensy4
make
Make happened. Then:
Code:
Opening Teensy Loader...
/home/me/Apps/arduino-1.8.19/hardware/tools/teensy_reboot
No Teensy boards were found on any USB ports of your computer.
Please press the PROGRAM MODE BUTTON on your Teensy to upload your sketch.
make: [Makefile:163: main.hex] Error 1 (ignored)
There is a program window that popped up, saying Teensy. Umm, don't know what to do next. Have I basically installed teensyduino? Does this mean I can use the Arduino IDE and find and select Teensy4.1?