mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs(en): dialout-linux added specific command for Arch linux the correct group is 'uucp'
Merges https://github.com/espressif/esp-idf/pull/2940
This commit is contained in:
parent
2eabed161a
commit
aa364961d0
@ -67,6 +67,10 @@ The currently logged user should have read and write access the serial port over
|
||||
|
||||
sudo usermod -a -G dialout $USER
|
||||
|
||||
on Arch linux instead this is done by adding the user to ``uucp`` group with the following command::
|
||||
|
||||
sudo usermod -a -G uucp $USER
|
||||
|
||||
Make sure you re-login to enable read and write permissions for the serial port.
|
||||
|
||||
|
||||
|
@ -82,6 +82,10 @@ The currently logged user should have read and write access the serial port over
|
||||
|
||||
sudo usermod -a -G dialout $USER
|
||||
|
||||
on Arch linux instead this is done by adding the user to ``uucp`` group with the following command::
|
||||
|
||||
sudo usermod -a -G uucp $USER
|
||||
|
||||
Make sure you re-login to enable read and write permissions for the serial port.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user