Skip to content

HttpsOTAUpdate.h + min_spiffs.csv OTA Fail #5267

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

Closed
caztial opened this issue Jun 9, 2021 · 1 comment
Closed

HttpsOTAUpdate.h + min_spiffs.csv OTA Fail #5267

caztial opened this issue Jun 9, 2021 · 1 comment

Comments

@caztial
Copy link

caztial commented Jun 9, 2021

Hardware:

Board: esp32dev
Core Installation version: [email protected]
IDE name: Platform.io
Flash Frequency: 40Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10

Description:

OTA Update with HttpsOTAUpdate.h using the min_spiffs partition fail. but the same code with default partition works fine.

Debug Messages:

E (10785) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (10833) task_wdt:  - IDLE0 (CPU 0)
E (10974) task_wdt: Tasks currently running:
E (10974) task_wdt: CPU 0: ipc0
E (10974) task_wdt: CPU 1: loopTask
E (10974) task_wdt: Aborting.
abort() was called at PC 0x40154d4c on core 0

ELF file SHA256: 0000000000000000

Backtrace: 0x40088774:0x3ffbf930 0x400889f1:0x3ffbf950 0x40154d4c:0x3ffbf970 0x40086eb1:0x3ffbf990 0x40084b6d:0x3ffb9d60 0x40087651:0x3ffb9d80 0x400848eb:0x3ffb9da0 0x40089a02:0x3ffb9dc0
  #0  0x40088774:0x3ffbf930 in invoke_abort at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715        
  #1  0x400889f1:0x3ffbf950 in abort at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715
  #2  0x40154d4c:0x3ffbf970 in task_wdt_isr at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/task_wdt.c:252     
  #3  0x40086eb1:0x3ffbf990 in _xt_lowint1 at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/xtensa_vectors.S:1154
  #4  0x40084b6d:0x3ffb9d60 in esp_intr_noniram_enable at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:891
  #5  0x40087651:0x3ffb9d80 in spi_flash_op_block_func at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/cache_utils.c:203
  #6  0x400848eb:0x3ffb9da0 in ipc_task at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/ipc.c:62
  #7  0x40089a02:0x3ffb9dc0 in vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355 (discriminator 1)

Rebooting...
@caztial
Copy link
Author

caztial commented Jun 9, 2021

looks like it was already reported in #3775

the solution so far is to increase the WDT during the OTA Update. #3775 (comment)

@caztial caztial closed this as completed Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant