diff options
author | Aki <please@ignore.pl> | 2024-01-06 17:55:00 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-01-06 17:56:11 +0100 |
commit | a4457f19d231654307c62bd5c6b7e3005876f128 (patch) | |
tree | cc5818a786b249569303b4b8cb8d14946c8024d9 /how_to_flash_lolin_nodemcu_v3.html | |
parent | 95e76a8f5a7670460a2b82e48386804cfb3c830e (diff) | |
download | ignore.pl-a4457f19d231654307c62bd5c6b7e3005876f128.zip ignore.pl-a4457f19d231654307c62bd5c6b7e3005876f128.tar.gz ignore.pl-a4457f19d231654307c62bd5c6b7e3005876f128.tar.bz2 |
Added one more troubleshooting note
Diffstat (limited to 'how_to_flash_lolin_nodemcu_v3.html')
-rw-r--r-- | how_to_flash_lolin_nodemcu_v3.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/how_to_flash_lolin_nodemcu_v3.html b/how_to_flash_lolin_nodemcu_v3.html index fcdc724..6097531 100644 --- a/how_to_flash_lolin_nodemcu_v3.html +++ b/how_to_flash_lolin_nodemcu_v3.html @@ -4,7 +4,7 @@ <meta name="author" content="aki"> <meta name="tags" content="tutorial, flash, nodemcu, firmware, nodemcu"> <meta name="published-on" content="2020-06-29T17:58:00+02:00"> -<meta name="last-modified-on" content="2023-01-06T17:32:00+01:00"> +<meta name="last-modified-on" content="2023-01-06T17:55:00+01:00"> <link rel="icon" type="image/png" href="favicon.png"> <link rel="stylesheet" type="text/css" href="style.css"> @@ -56,13 +56,14 @@ ch341 28672 0 $ zgrep -i CH34. /proc/config.gz CONFIG_USB_SERIAL_CH341=m </pre> -<p>Finally, if you want a non-root user to be able to use it, assign system appropriate group. Usually it's +<p>If you want a non-root user to be able to flash and use it, assign system appropriate group. Usually it's <u>serial</u> but it is not a requirement. You can check what group user needs by simply looking at the file permissions: <pre> $ ls -l <u>/dev/ttyUSB0</u> -crw-rw---- 1 root uucp 188, 0 Jan 6 17:16 /dev/ttyUSB0 +crw-rw---- 1 root <b>uucp</b> 188, 0 Jan 6 17:16 /dev/ttyUSB0 $ sudo usermod -aG <u>uucp</u> <u>user</u> </pre> +<p>If flashing fails with <code>Write timeout</code>, you can try tweaking baud rate. </article> <script src="https://stats.ignore.pl/track.js"></script> |