Permission Denied When Uploading Program on Pop!_OS (Arduino IDE 2.3.2) #2494
Labels
conclusion: off topic
Off topic for this repository
type: imperfection
Perceived defect in any part of project
Describe the problem
After installing the latest version of the Arduino IDE (2.3.2) on Pop!_OS, I encountered a "Permission Denied" error while trying to upload the Blink example code to the built-in LED on my Arduino device. The error message is as follows:
To reproduce
Expected behavior
The upload should fail with a "Permission Denied" error, as shown in the error message above.
Arduino IDE version
2.3.2
Operating system
Linux
Operating system version
22.04
Additional context
The issue can be resolved by adding the current user to the
dialout
group, which grants the necessary permissions to access the serial port. Run the following command in the terminal:Issue checklist
The text was updated successfully, but these errors were encountered: