ESP-S3 boot halt
# help
p
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",
f
We will try to reproduce
p
Please let me know if you can replicate it 👍🏻
k
I will try to reproduce this now.
The ESP-IDF layer appears to get stuck doing SHA computations:
Copy code
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
...