Skip to content

Commit 9f096aa

Browse files
coltwillcoxdeadprogram
authored andcommitted
Update tinygo-flash-errors.md
Add Arch Linux equivalent to dialout group
1 parent c92a664 commit 9f096aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/guides/tinygo-flash-errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied
1818

1919
The above error may be followed by `ioctl` errors too.
2020

21-
To fix this we must make sure our user is included in the group with access to serial ports. On ubuntu and Debian this is the **dialout** group.
21+
To fix this we must make sure our user is included in the group with access to serial ports. On ubuntu and Debian this is the **dialout** group. The equivalent group on Arch Linux based distributions is **uucp**.
2222

2323
First we can check if we are not already part of the `dialout` group:
2424

0 commit comments

Comments
 (0)