From f4fc2bffccb4dd91d1037b7ee6f559a1d3e2d573 Mon Sep 17 00:00:00 2001 From: Gerardo Marx Date: Sun, 7 Aug 2022 23:48:07 -0500 Subject: [PATCH] Readme ok --- Readme.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 2cf05ac..c48ef3f 100644 --- a/Readme.md +++ b/Readme.md @@ -101,18 +101,23 @@ and must probably you will requiere pip3 python package manager: sudo pacman -Sy python-pip ``` ## `Permission denied: '/dev/ttyUSB0'` +If you try to upload the code to the ESP32 board and receives the next error: +``` +Permission denied: '/dev/ttyUSB0'` +``` +thus, check the ttyUSB0' group by listing: ``` ls -l /dev/ttyUSB0 crw-rw---- 1 root uucp 188, 0 Aug 7 14:50 /dev/ttyUSB0 ``` - +next, add your user to the group and try again ``` sudo usermod -a -G uucp $USER +``` +**Note: you need to relogin into you session and try to upload again.** + +``` groups libvirt uucp gmarx ``` - -**Note: you need to relogin into you session.** - -