my PiServer classroom is constantly improving, thanks to the help from this forum!
One piece missing is the Arduino IDE. Can anyone point me in the right direction on how to install the Arduino IDE ?
I failed - and am aware that this might not be a PiServer issue. This might still interest other PiServer Classroom users.
I chrooted into the Shell of the Buster image and ran the following:
Code: Select all
cd /usr/local/share
mkdir arduino
cd arduino
wget https://downloads.arduino.cc/arduino-nightly-linuxarm.tar.xz
tar xJvf arduino-nightly-linuxarm.tar.xz
arduino-nightly/install.sh
Code: Select all
Adding desktop shortcut, menu item and file associations for Arduino IDE...
/usr/bin/touch: cannot touch '/root/.config/mimeapps.list': No such file or directory
/usr/bin/xdg-mime: 848: /usr/bin/xdg-mime: cannot create /root/.config/mimeapps.list.new: Directory nonexistent
/bin/chown: invalid user: 'pi'
done!