8000 docs/esp8266/intro: Add command to install esptool.py 1.0.1 via pip. · sparkfun/circuitpython@5e01fb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e01fb0

Browse files
committed
docs/esp8266/intro: Add command to install esptool.py 1.0.1 via pip.
It used a standard BootROM programming algo and may be useful as a fallback.
1 parent 72ae3c7 commit 5e01fb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/esp8266/tutorial/intro.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ after it, here are troubleshooting recommendations:
135135
rate may be too high and lead to errors. Try a more common 115200 baud
136136
rate instead in such cases.
137137

138+
* If lower baud rate didn't help, you may want to try older version of
139+
esptool.py, which had a different programming algorithm::
140+
pip install esptool==1.0.1
141+
138142
* The ``--flash_size`` option in the commands above is mandatory. Omitting
139143
it will lead to a corrupted firmware.
140144

0 commit comments

Comments
 (0)
0