Page 1 of 1

Is it possible to install z-uno tool chain on raspbian

Posted: 08 Jan 2020 01:00
by swan.loose
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
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)
Has anyone got Z-Uno toolchain working on raspbian ?

Re: Is it possible to install z-uno tool chain on raspbian

Posted: 08 Jan 2020 05:03
by PoltoS
No ;( Z-Uno toolchain exists only for x86, x64, OS X and Windows. No ARM, sorry

Re: Is it possible to install z-uno tool chain on raspbian

Posted: 09 Jan 2020 22:43
by swan.loose
No problem, it works very nice on x64.