Last active
August 26, 2018 19:26
-
-
Save vprusa/4086f34b81a1844cdfc14a0373c4927c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As mentioned [here](https://github.com/arduino/Arduino/issues/7302) to install Arduino IDE on aarch64 architecture it is necessary to download: | |
[https://downloads.arduino.cc/ide_beta/arduino-1.9.0-beta-linuxaarch64.tar.xz](https://downloads.arduino.cc/ide_beta/arduino-1.9.0-beta-linuxaarch64.tar.xz) or newer? | |
``` | |
sudo dpkg --add-architecture armhf -y | |
sudo apt-get update -y | |
sudo apt-get install libc6:armhf libstdc++6:armhf -y | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment