Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vprusa/4086f34b81a1844cdfc14a0373c4927c to your computer and use it in GitHub Desktop.
Save vprusa/4086f34b81a1844cdfc14a0373c4927c to your computer and use it in GitHub Desktop.
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