Install Arduino IDE 1.8.19 on Ubuntu MATE 22.04 LTS, and set permission.

This video show steps to install Arduino IDE 1.8.19 on Ubuntu MATE 22.04 LTS, and set permission for USB.

Visit https://www.arduino.cc/en/software to download Arduino IDE 1.18.19, Linux 64 bits.

Extract the downloaded file and run install.sh in terminal:

sudo ./install.sh
Normally, it will fail to upload due to permission denied. To fix it, enter the commands:
sudo usermod -a -G dialout <user>
sudo chmod a+rw <port>
The Ubuntu MATE is installed over VirtualBox in last post, the video also show how to forward USB to virtual machine by adding to USB Device Filters.


related:
Setup and post install Arduino IDE for Nano RP2040 Connect, on Ubuntu MATE
Check if I belongs to dialout group

Comments

Popular posts from this blog

MicroPython/ESP32-C3 + 1.8" 128x160 TFT ST7735 SPI, using boochow/MicroPython-ST7735 library.

CameraWebServe: ESP32-S3 (arduino-esp32) + OV5640 camera module