WeMos D1 上传程序总是报错 Invalid head of packet (...-Arduino中文社区 - Powered by Discuz! Archiver

Orleco 发表于 2020-11-21 16:55

WeMos D1 上传程序总是报错 Invalid head of packet (...

一、板子
二、工具三、报错
三、报错信息
Arduino:1.8.13 (Windows 10), 开发板:"WeMos D1 R1, 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

Executable segment sizes:

IROM   : 228624          - code in flash         (default or ICACHE_FLASH_ATTR)

IRAM   : 26756   / 32768 - code in IRAM          (ICACHE_RAM_ATTR, ISRs...)

DATA   : 1248)         - initialized variables (global, static) in RAM/HEAP

RODATA : 688   ) / 81920 - constants             (global, static) in RAM/HEAP

BSS    : 24880 )         - zeroed variables      (global, static) in RAM/HEAP

项目使用了 257316 字节,占用了 (24%) 程序存储空间。最大为 1044464 字节。

全局变量使用了26816字节,(32%)的动态内存,余留55104字节局部变量。最大为81920字节。

esptool.py v2.8

Serial port COM3

Connecting......

Traceback (most recent call last):
、、、、、
File "C:/Users/NHJ/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 2057, in slip_reader

    raise FatalError('Invalid head of packet (0x%s)' % hexify(b))

esptool.FatalError: Invalid head of packet (0x0A)

esptool.FatalError: Invalid head of packet (0x0A)











页: [1]
查看完整版本: WeMos D1 上传程序总是报错 Invalid head of packet (...