@@ -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