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.
pull/2252/merge
Paul Sokolovsky 2016-08-10 21:39:23 +03:00
rodzic 72ae3c72c7
commit 5e01fb01b3
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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.