I have a Raspberry Pi 3B+ with HA 2023.12.4. I try to connect a D1 mini ESP32 but the .bin file is not generated. Apparently, it’s a bug due to lack of RAM. There are no more entries in ESPHome because I have removed them. Memory gives me
total used free shared buff/cache avalaible
mem: 908.9M 611.2M 35.6M 44.0k 262.1M 235.6M
swap: 330.1M 208.4M 91.7M
and log is
Link .pioenvs/garage-light/firmware.elf
collect2: Fatal Error: LD Terminated with Signal 9 [Dead]
Hi,
I’ve tried to dabble in ESPHome yesterday to get my mmWave Sensors to work and I hit the brick wall as OP here. I’m running a Pi4 with 4GB RAM. I get random error messages and unpacking things takes ages when I want to install YAML to my ESP32.
Is ESPHome really this heavy on compiling?
I would have assumed that it’s “fine” and all I wanted to do for a start is to push the “defaul” yaml to my device / compile it in order to manually uplaod it via ESPHome web.
Thanks for the hint of the Python-Version. Seems a bit “backwards” and not what I wanted (coming from arduino code and manually uploading it but oh well…)