Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
6a457136
Unverified
Commit
6a457136
authored
Mar 18, 2024
by
Victor Hugo
Committed by
GitHub
Mar 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "permission denied" FAQ entry (#2564)
parent
752709af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
docs/FAQ.md
docs/FAQ.md
+12
-0
No files found.
docs/FAQ.md
View file @
6a457136
...
...
@@ -41,6 +41,18 @@ when using a serial port, the monitor baud rate can be set to 4800 with the foll
`$ arduino-cli monitor -p <port> --config baudrate=4800`
## "Permission denied" error in sketch upload
This problem might happen on some Linux systems, and can be solved by setting up serial port permissions. First, search
for the port your board is connected to, with the command:
`$ arduino-cli board list`
Then add your user to the group with the following command, replacing
`<username>`
with your username and
`<group>`
with
your group name. Logging out and in again is necessary for the changes to take effect.
`$ sudo usermod -a -G <group> <username>`
## Additional assistance
If your question wasn't answered, feel free to ask on
[
Arduino CLI's forum board
][
1
]
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment