Samuel Sieb
Samuel Sieb
It must be an issue with your machine somehow. I just tried a clean F35 install and `pip install esphome` ran with no errors.
Can you show logs of the wireless updating?
Can you get serial logs from the device?
I think I remember this from Discord. Did you get it resolved?
The toolchain issue is because Espressif didn't provide a 64-bit ARM compile for that release. @UniKyrn, that arch *is* correct for a pi if it's running a 64-bit OS. The...
@jysaloma there's no need to paste your config. The explanation has already been given. There's nothing esphome can do about this other than moving to a newer platformio and Arduino...
> Then the solution to this issue seems obvious, ESPHome should not claim it supports the board until such a time as it actually does. Where do you see any...
> That's not a fix, it's a band-aid. What happens when the next board only compiles on an x86 system? I guess you'll have to use an x86 system to...
There's code at https://community.home-assistant.io/t/cannot-communicate-with-grow-r503-fingerprint-sensor-after-setting-password/432628/5 to find the current password.
I can verify that it is a problem. It's caused by this line in the linker script: ``` MEMORY { iram1_0_seg : org = 0x40100000, len = 0x8000 } ```...