Page 1 of 1

ESP-IDF development with Apple M1 chip?

Posted: Mon Dec 21, 2020 3:10 am
by cmumford
What's the current state of ESP32 development with ESP-IDF on Apple M1 silicon?

Re: ESP-IDF development with Apple M1 chip?

Posted: Sat Jan 30, 2021 9:25 am
by slompf
Hi,

you may have a look here: https://github.com/espressif/esp-idf/issues/6113

Regards

Re: ESP-IDF development with Apple M1 chip?

Posted: Mon Apr 05, 2021 1:59 am
by SeanMollet
I've got a native Macos arm64/M1 esp-idf toolchain built. Let me know if you have any trouble with it, but it's working for me.

https://github.com/SeanMollet/esp-idf/t ... r3-aarch64

Re: ESP-IDF development with Apple M1 chip?

Posted: Mon Apr 05, 2021 10:48 am
by bobolink
I had trouble with zsh but ordinary install worked with bash
chsh -s /bin/bash
Big Sur now defaults to zsh.
Couldn’t get fish to work with IDF either