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 | |
``` |
NewerOlder