Page 1 of 1

ota升级失败

Posted: Tue Dec 24, 2019 1:28 pm
by 13939052017
我使用simple_ota_example例程进行ota升级。
出现了下面的错误
OTA image has invalid magic byte (expected 0xE9, saw 0xef

我的分区表是
# Espressif ESP32 Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,16K,
otadata,data,ota,0xd000,8K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,1M,
ota_0,app,ota_0,0x110000,1M,
ota_1,app,ota_1,0x210000,1M,

Re: ota升级失败

Posted: Tue Oct 12, 2021 2:42 am
by wangzhen
远程文件不存在..

Re: ota升级失败

Posted: Thu Oct 14, 2021 7:17 am
by ESP_Eavo
能详细描述下您的问题吗?

IDF 版本?跑的例程?和具体的复现步骤?