Hello,
I am having a issue with one of my ESP32 doing ramdon and periodic resets (CPU Software Reset). However in order to debug what might be causing this (there is a lot of code yaml + lambda) I need to get access to the firmware.elf (the .bin file will not work) file that ESPHome is building to compare with the crash logs.
When new firmware is built I can see that is it being stored here:
Compiling /data/esp32-mycode/.pioenvs/esp32-mycode/src/main.cpp.o
Linking /data/esp32-mycode/.pioenvs/esp32-mycode/firmware.elf
But I have no idea how to access this /data/ folder? I tried with SSH but the addons folder seems to be empty. Couldn’t find anything on google for this.
I have a standard HASS installation running from SD card on Raspberry Pi3 with ESPHome Add-On.
Thanks for your help.
B.