-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Important] V3.1 OTA issue (GIT8266O-191) #489
Comments
设备已经烧录分区表"Single factory app, no OTA", 还有可能做OTA么? |
@kmalloc8 抱歉, 一级 |
@ustccw ,您好,在进行OTA测试的时候,比较容易出现重启现象,从这个log可以看出来什么吗?
Task stack [ota_example_tas] stack from [0x3fff8614] to [0x3fffa610], total [8192] size
3fffa580 0x00000110 0x60000240 0x00000002 0x40212eeb 0x3ffeea28 0x40107730 0x3ffee449 0x00000019 0x00000102 0x00000002 0x00072114 0x0000f2bc 0x00063114 0x00063114 0x0000f000 0x3ffede6c
Task stack [ota_example_tas] stack from [0x3fff8614] to [0x3fffa610], total [8192] size register map is 3ffed9a0 error 3fff8614 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 |
@kmalloc8 |
@kmalloc8 是不是 |
@ustccw ,不要意思,是我非法操作导致的问题。。。 |
@ustccw OTA的时候,从url升级就会卡住,从自己局域网内的服务器下载就不会,是怎么回事? |
ESP8266-RTOS-SDK FOTA Introduction.pdf
Note:
Since the ESP8266 RTOS SDK V3.0, we refactored the SDK to be the ESP-IDF style. And provide an FOTA example in V3.1 to support upgrading from an old SDK to the new SDK.
Current Situation:
In the V3.1 FOTA example, "old to new" FOTA and "new to new" FOTA are alternative, not compatible.
So in this case, "old to new" FOTA and "new to new" FOTA are not compatible.
Possible Issue:
Recommended Solution:
Compatible Solution:
So sorry for the inconvenience.
Thanks.
说明:
从 ESP8266 RTOS SDK v3.0 起,我们将 RTOS SDK 重构为 ESP-IDF 架构,并在 v3.1 提供了 OTA 示例支持从旧版本升级到新版本:
当前现状:
V3.1 的 OTA 方案不兼容 “旧升新“ 和 “新升新“,两者只能选其一。这是因为:
可能导致的问题:
推荐解决方案:
兼容解决办法:
给您带来不便,深感抱歉。
The text was updated successfully, but these errors were encountered: