Not possible to update an M5 Atom Echo

Hey Community,

i need your support. I am not able to update my M5 Atom Echo.
HA Version: 2024.1.0
ESPHome Version: 2023.12.5

I am getting this error in ESPHome

INFO ESPHome 2023.12.5
INFO Reading configuration /config/esphome/m5stack-atom-echo-8041b0.yaml...
INFO Updating https://github.com/esphome/esphome.git@pull/5230/head
INFO Generating C++ source...
INFO Updating https://github.com/espressif/[email protected]
INFO Updating submodules (components/esp-sr, components/esp-adf-libs) for https://github.com/espressif/[email protected]
INFO Updating https://github.com/espressif/[email protected]
INFO Compiling app...
Processing m5stack-atom-echo-8041b0 (board: m5stack-atom; framework: espidf; platform: platformio/[email protected])
--------------------------------------------------------------------------------
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
 - framework-espidf @ 3.40405.230623 (4.4.5) 
 - tool-cmake @ 3.16.9 
 - tool-ninja @ 1.10.2 
 - toolchain-esp32ulp @ 2.35.0-20220830 
 - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
Reading CMake configuration...
Dependency Graph
|-- noise-c @ 0.1.4
|-- Improv @ 1.2.3
Compiling .pioenvs/m5stack-atom-echo-8041b0/src/main.o
xtensa-esp32-elf-g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
*** [.pioenvs/m5stack-atom-echo-8041b0/src/main.o] Error 1
========================= [FAILED] Took 60.71 seconds =========================

How can i solve this issue?

I’m guessing you are running HA on a system with limited RAM?

Try running ESPHome on a more powerful desktop PC.

Ok, it’s a HA Yellow with 2GB RAM.

I’ve compiled the FW now on my Testsystem which is a VM and installed it via ESP Web Tools. That worked.

It seems i need a more powerful CM4 :frowning: