I have a Pogoplug 4 (a $25 device with a SATA port, USB 3.0 ports, gigabyte ethernet, etc.) onto which I installed the Arm version of Archlinux. I’ve got it running Samba and even successfully capturing images with a webcam. Now I’d like it to interface with an Arduino board via one of its USB ports so that it can do some real-world things (monitor temperatures, pan, tilt & zoom that webcam, etc.). Ideally I’d like to be able to issue commands to and update the sketch on the Arduino board via a non-GUI version of the Arduino IDE. The problem is that there is no place online where this is detailed in a step-by-step manner. The instructions here are for installing on the x686 architecture of ArchLinux, and I changed the arch line in PKGBUILD to “arm,” but inevitably I get a Java error:
and this page is totally not helpful:
https://wiki.archlinux.org/index.php/Arduino
it tells me to “Install arduino from the AUR.”
Is there anyone who knows how to install a command-line version of the Arduino IDE on an Arm-based computer running Archlinux? And if so, could you kindly list the steps? Thanks so much!