Am trying to add a Teensy 4.1 board to my Arduino IDE
Details of my system setup:
System: Lenovo ThinkPad T450
Memory: 8.0 GiB
Processor: Intel i5-5300U CPU @ 2.30GHz x4
Graphics: Mesa Intel HD Graphics 5500 (BDW GT2)
Disk Capacity 256.1
OS: Ubuntu 22.04.4 LTS
OS Type: 64-bit
GNOME Version: 42.9
Arduino IDE 1.8.19
Added the following to preferences per Teensy Tutorial 1: Software Setup
https://www.pjrc.com/teensy/package_teensy_index.json
Then opening Board Manager and search for Teesny
After clicking install I get the following error:
Archive Format not supported
Archive format not supported.
java.lang.RuntimeException: java.io.IOException: Archive format not supported.
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:179)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.io.IOException: Archive format not supported.
at cc.arduino.utils.ArchiveExtractor.extract(ArchiveExtractor.java:107)
at cc.arduino.utils.ArchiveExtractor.extract(ArchiveExtractor.java:82)
at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:158)
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:172)
... 1 more
Could not find boards.txt in /home/donald/.arduino15/packages/teensy/hardware/avr/1.59.0. Is it pre-1.5?
Any Help???