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.
This commit is contained in:
Paul Sokolovsky 2016-08-10 21:39:23 +03:00
parent 72ae3c72c7
commit 5e01fb01b3
1 changed files with 4 additions and 0 deletions

View File

@ -135,6 +135,10 @@ after it, here are troubleshooting recommendations:
rate may be too high and lead to errors. Try a more common 115200 baud
rate instead in such cases.
* If lower baud rate didn't help, you may want to try older version of
esptool.py, which had a different programming algorithm::
pip install esptool==1.0.1
* The ``--flash_size`` option in the commands above is mandatory. Omitting
it will lead to a corrupted firmware.