Skip to content

Commit 3a05c6a

Browse files
committed
2 parents cdfc998 + 2b4bcbe commit 3a05c6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/wired-ethernet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ Subsequent upgrades:
5555
esptool.py --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 openevse_esp32-gateway-e.bin
5656
```
5757

58+
*Note: On Ubuntu 22.04 if you notice the ESP gateway is continually disconnect from the USB serail port,check this using `dmesg` then`sudo apt remove brltty` will fix this. This is because there is an ebook reader which shares the same serial adaptor chip as the ESP gateway and the udev rules conflict.*
59+
60+
61+
For Ubuntu 22.04 the simplest solution is to remove the package brltty via sudo apt remove brltty
62+
5863
### For rev F/G
5964

6065
First upload:

0 commit comments

Comments
 (0)