- espressif/esptool: ESP8266 and ESP32 serial bootloader utility #ril
- A Python-based, open source, platform independent, utility to communicate with the ROM bootloader in Espressif ESP8266 & ESP32 chips.
- ESP8266 Boot Mode Selection · espressif/esptool Wiki 什麼是 pull high/low?? #ril
- A fatal error occurred: Failed to connect to Espressif device: Timed out waiting for packet header · Issue #293 · espressif/esptool #ril
- projectgus: Correct boot mode selection (see https://github.com/espressif/esptool/wiki/ESP8266-Boot-Mode-Selection) - you'll need to hold GPIO0 while pressing and releasing Reset, and then run
esptool.py
. 什麼是 "hold GPIO0" 與 "releasing Reset"?? - theproxy 也貼了錯誤 (會看到
0707122055555555 5555555555555555 | ... UUUUUUUUUUUU
),projectgus 說這跟 JKThrowling 的狀況不同,通常是因為 not resetting into bootloader mode correctly
- projectgus: Correct boot mode selection (see https://github.com/espressif/esptool/wiki/ESP8266-Boot-Mode-Selection) - you'll need to hold GPIO0 while pressing and releasing Reset, and then run
- Installation / dependencies - espressif/esptool: ESP8266 and ESP32 serial bootloader utility
pip install esptool
(支援 Python 2.7 或 3.4+),安裝完成就有esptool.py
可以用。
相關: