我一直在使用这个带有 arduino IDE 的 wemos 板,没有任何问题。在我尝试使用 esptool 刷新 deauth.bin 固件后,我无法再让它刷新任何东西。
我在 linux 上,所以我仅限于 esptool。
有些事情有效:
代码:
全选./esptool.py --port /dev/ttyUSB1 chip_id
esptool.py v2.0.1-dev
Connec
ting....
Detecting chip type... ESP8266
Chip is ESP8266
Uploading stub...
Running stub...
Stub running...
Chip ID: 0x0008e6e8
Hard resetting...
但我不能让它擦除闪存:
代码:
全选./esptool.py --port /dev/ttyUSB1 erase_flash
esptool.py v2.0.1-dev
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266
Uploading stub...
Running stub...
Stub running...
Erasing flash (this may take a while)...
A fatal error occurred: Timed out waiting for packet content
或者通过 Arduino IDE 刷新一个新固件:
代码:
全选warning: espcomm_send_command: didn't receive command response
warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed
closing bootloader
error: espcomm_upload_mem failed