Browse Source

更新 'esp32环境搭建.txt'

coolsoul 1 month ago
parent
commit
66e81e059c
1 changed files with 9 additions and 1 deletions
  1. 9 1
      esp32环境搭建.txt

+ 9 - 1
esp32环境搭建.txt

@@ -11,4 +11,12 @@ git clone -b v5.2.5 --recursive https://github.com/espressif/esp-idf.git
 cd ~/esp/ESP32-S3-Touch-LCD-2.8-Demo/ESP-IDF/ESP32-S3-Touch-LCD-2.8-Test
 . ~/esp/esp-idf/export.sh
 idf.py set-target esp32s3
-idf.py build
+idf.py build
+
+
+brltty会占用串口,需要卸载
+sudo apt remove brltty
+
+增加用户到dialout 才有串口使用权限
+sudo usermod -a -G dialout smith
+