mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
update translation of establish-serial-connection
This commit is contained in:
committed by
Anton Maklakov
parent
7fa8eb91dd
commit
b47fda98f3
@@ -67,6 +67,10 @@ MacOS ::
|
|||||||
|
|
||||||
sudo usermod -a -G dialout $USER
|
sudo usermod -a -G dialout $USER
|
||||||
|
|
||||||
|
在 Arch Linux 中,需要通过以下命令将用户添加到 ``uucp`` 组中::
|
||||||
|
|
||||||
|
sudo usermod -a -G uucp $USER
|
||||||
|
|
||||||
请重新登录,确保串口读写权限可以生效。
|
请重新登录,确保串口读写权限可以生效。
|
||||||
|
|
||||||
|
|
||||||
|
@@ -61,6 +61,10 @@ MacOS ::
|
|||||||
|
|
||||||
sudo usermod -a -G dialout $USER
|
sudo usermod -a -G dialout $USER
|
||||||
|
|
||||||
|
在 Arch Linux 中,需要通过以下命令将用户添加到 ``uucp`` 组中::
|
||||||
|
|
||||||
|
sudo usermod -a -G uucp $USER
|
||||||
|
|
||||||
重新登录以确保串行端口的读写权限被启用。
|
重新登录以确保串行端口的读写权限被启用。
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user