guild icon
Toit
#ESP-S3 boot halt
Thread channel in help
PeterJ
PeterJ 01/28/2024 10:04 AM
On the ESP32-S3 I'm running a simple container:
Main:
print "Hello World!"
with and interval of 20s

After a few runs, it hangs and never boot again.

"sdk-version": "v2.0.0-alpha.130",
"artemis-version": "v0.14.5",
"firmware-envelope": "esp32s3-synap",
"chip": "esp32s3",
floitsch
floitsch 01/28/2024 10:05 AM
We will try to reproduce
floitschfloitsch
We will try to reproduce
PeterJ
PeterJ 01/28/2024 11:16 AM
Please let me know if you can replicate it :👍🏻:
bitphlipphar
bitphlipphar 01/29/2024 05:51 AM
I will try to reproduce this now.
bitphlipphar
bitphlipphar 02/11/2024 09:57 AM
The ESP-IDF layer appears to get stuck doing SHA computations:

0x420bb40c: sha_hal_wait_idle + 0x8 0x42094cc7: esp_sha_dma + 0x2cf 0x42091f18: mbedtls_sha512_update$part$0 + 0xa4 0x42091f7d: mbedtls_sha512_update + 0x11 0x4209063e: mbedtls_sha512 + 0x22 0x4208cca8: mbedtls_md + 0x8c 0x4208c25b: entropy_update + 0x23 0x4208c38d: entropy_gather_internal + 0x7d 0x4208c448: mbedtls_entropy_func + 0x38 ...
5 messages in total