Timed out waiting for packet header 解决方法-Arduino中文社区 - Powered by Discuz! Archiver

czg950211 发表于 2019-12-29 02:25

Timed out waiting for packet header 解决方法

出现Timed out waiting for packet header时不要慌张,只要断开板子和数据线的连接,然后一直按住板子上的FLASH按钮(不要松开)重新插上USB线,下载程序,直到出现“Connecting....”时松开FLASH按钮。搬运于此处:https://github.com/espressif/esptool/issues/213
It does seem likely that the RTC alarm is starting and is not being disabled when esptool.py resets the board, so when it fires 10 seconds into flashing the whole thing blows up.This is a bug we should fix, but I think you can un-brick your module right now as well:
[*]Disconnect the USB cable, depowering the NodeMCU board.
[*]Hold down the FLASH button while keeping the board unpowered.
[*]Plug in USB power while continuing to hold down the FLASH button.
[*]Run esptool.py while continuing to hold FLASH.
[*]Once esptool.py starts the operation, you can release FLASH.
Holding FLASH down from initial power-on keeps the ESP8266 in bootloader mode, so it never runs the program which sets the RTC timer.给我和新手们的帮助。

n1001 发表于 2020-1-1 18:15

用的Nodemcu发现在Connecting........_____....._____.....__时按着IO0它也能下载无需按EN也可下载

n1001 发表于 2019-12-29 11:34

按住FLASH时按RESET复位就行了,拔线太麻烦

JJYBQA 发表于 2022-3-23 16:07

我的是esp 8266-01s没有flash怎么办

上官嘉萱 发表于 2022-3-23 16:53

JJYBQA 发表于 2022-3-23 16:07
我的是esp 8266-01s没有flash怎么办

短接io0和地

289665602 发表于 2022-4-1 21:13

esptool.FatalError: Timed out waiting for packet header
我觉得这是开发板坏了,怎么试都不行。

yaaze 发表于 2022-4-26 22:34

The driver may not support this rate.
请问这是是么情况
页: [1]
查看完整版本: Timed out waiting for packet header 解决方法