]> granicus.if.org Git - esp-idf/commitdiff
docs(en): dialout-linux added specific command for Arch linux the correct group is...
authorShellAddicted <shelladdicted@gmail.com>
Fri, 11 Jan 2019 17:03:17 +0000 (18:03 +0100)
committerAnton Maklakov <anton@espressif.com>
Thu, 24 Jan 2019 11:50:55 +0000 (19:50 +0800)
Merges https://github.com/espressif/esp-idf/pull/2940

docs/en/get-started-cmake/establish-serial-connection.rst
docs/en/get-started/establish-serial-connection.rst

index 9fe4bf15ea7bcf7ee5cf8aee4e83e6f1b46b6f11..7ddf9bfb6ab6912852d1485e2f008b7956ac8840 100644 (file)
@@ -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. 
 
 
index 8a337af8f5d8a9530843be7f0dd6b421aa6cba30..a9e4d753bf08f9ad4e7ce171d4284b8da2017a4d 100644 (file)
@@ -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.