install Arduino IDE on a Raspberry Pi 4 4GB



#   apt install -y arduino will install it but at the end not work
Visit https://www.arduino.cc/en/Main/Software in your browser,
and click the Linux ARM link under ‘Download the IDE’.
   
     
in Terminal CLI    
#  cd /home/pi/Downloads/    
#   tar -xf arduino-1.8.9-linuxarm.tar.xz    
     
Extract the file to your /opt directory,
then open a Terminal and run the install.sh script to install.
   
#  mv arduino-1.8.9 /opt    
# /opt/arduino-1.8.9/install.sh    
     
You will find Arduino IDE under Menu > Programming. Open the app to start programming your Arduino board.    
     
     
     


abcd

Quellen/Source:
-
-
-
-
-
-
-