ESP32, Arduino, Efuse, External Flash, SHA 256 error

So, have you decoded the backtrace? This tells you where it crashes. Just add

build_type = debug
monitor_filters = esp32_exception_decoder

(docs, docs) to the platformio.ini, and do a “Upload & Monitor”. After the crash there should now be extra info.