espressif / esp-insights

ESP Insights: A remote diagnostics/observability framework for connected devices
Apache License 2.0
101 stars 27 forks source link

Enabling insights on devices in field w/ encrypted spiffs partition being used for coredump #2

Open codspeed opened 3 years ago

codspeed commented 3 years ago

We want to enable ESP-Insights for in-field devices. As the devices do not have coredump partition we are using available spiffs partition (64K) for coredump.

When we upgrade the device with enabled ESP-Insights we get an error E (6465) esp_core_dump_elf: Flash encryption enabled in hardware and core dump partition is not encrypted!

Please see the attached snapshot

How can we resolve this?

image