Is it possible to install z-uno tool chain on raspbian
Posted: 08 Jan 2020 01:00
I am trying to install Z-Uno toolchain for Arduino IDE on raspbian "Buster" (hosted on a Raspberry pi 4)
The Z-uno documentation says Arduino IDE 1.6.5 should be used,
But there is no ARM build of Arduino 1.6.5 on the https://www.arduino.cc/en/Main/OldSoftwareReleases
I tried with 1.6.9 but get an exception in Arduino IDE when it tries to install the Z-Uno Board type
The Z-uno documentation says Arduino IDE 1.6.5 should be used,
But there is no ARM build of Arduino 1.6.5 on the https://www.arduino.cc/en/Main/OldSoftwareReleases
I tried with 1.6.9 but get an exception in Arduino IDE when it tries to install the Z-Uno Board type
Has anyone got Z-Uno toolchain working on raspbian ?java.lang.RuntimeException: java.lang.Exception: Tool zuno_toolchain is not available for your operating system.
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:175)
at java.lang.Thread.run(Thread.java:748)