geerlingguy/pico-w-garage-door-sensor

Compile Error

sgansky opened this issue · 4 comments

I'm not really a software guy but I've managed to get to the compile stage and get this error.

Tool Manager: Installing earlephilhower/toolchain-rp2040-earlephilhower @ 5.100300.220714
INFO Installing earlephilhower/toolchain-rp2040-earlephilhower @ 5.100300.220714
Error: Could not find the package with 'earlephilhower/toolchain-rp2040-earlephilhower @ 5.100300.220714' requirements for your system 'linux_armv7l'

I've been searching for days to see what I'm doing wrong with no luck. I running this on a Pi400 running Buster 10

Thanks

The Pi 400 is not a supported device for this. Needs to be an ESP8266, ESP32 or RP2040, which can be seen under the platforms section on their site https://esphome.io/#platforms

I did manage to get it going! Now just trying to get the ESP to work on the iPhone. Thanks

We resolved this issue of not having a toolchain for ARMv7l (i.e. people running an outdated 32-bit version of Raspbian on their Pis) per earlephilhower/pico-quick-toolchain#22 and this two days after this issue was opened, as can be seen in the compatibility matrix. So I think this issue can be closed.

Thanks!