Install Arduino IDE 1.8.19 on Raspberry Pi 2

  1. Go to Downloads Folder
  2. cd ~/Downloads/
  3. Download ARM Linux 32-bit 
  4. wget https://downloads.arduino.cc/arduino-1.8.19-linuxarm.tar.xz
  5. Unpack with
    tar -xf arduino-1.8.19-linuxarm.tar.xz
    cd arduino-1.8.19/
    sh install.sh
  6. You might get error messages about failing to remove some files. That just means you already had another version of the Arduino IDE installed. That’s ok, you can ignore these
  7. rm: cannot remove '/usr/local/bin/arduino': Permission denied
    Removing symlink failed. Hope that's OK. If not then rerun as root with sudo.
    
    rm: cannot remove '/usr/local/bin/arduino': Permission denied
    Removing symlink failed. Hope that's OK. If not then rerun as root with sudo.
    
    ln: failed to create symbolic link '/usr/local/bin/arduino': File exists
    Adding symlink failed. Hope that's OK. If not then rerun as root with sudo.
     done!
    

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert