Search found 2 matches

by enos2237
Tue Mar 05, 2019 9:15 am
Forum: ESP-IDF
Topic: Crash when esp_secure_boot_verify_signature
Replies: 3
Views: 4277

Re: Crash when esp_secure_boot_verify_signature

Hi Angus, Backtrace Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1) Core 1 register dump: PC : 0x4008131c PS : 0x00060034 A0 : 0x8011f969 A1 : 0x3ffdced0 A2 : 0x00000001 A3 : 0x00060023 A4 : 0x3f4fbe40 A5 : 0x00000200 A6 : 0x00000000 A7 : 0x00000010 A8 : 0x00000000 A9 : 0x0000...
by enos2237
Mon Mar 04, 2019 6:30 am
Forum: ESP-IDF
Topic: Crash when esp_secure_boot_verify_signature
Replies: 3
Views: 4277

Crash when esp_secure_boot_verify_signature

Hi, everybody My SDK version: e9a764d9a5d4a01a6bca64d8304340b8c9f1a2c6 I am trying secure boot and OTA. And I find esp32 would crash at esp_https_ota() when my OTA image over 900K and secure boot is on. Then I find it always crash at esp_sha(). Then i tried SDK version v3.2-beta1: a4357aed91c8a03384...