build frimware to esp8266

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
Piterski1975
Posts: 4
Joined: Sat Jun 11, 2022 10:25 am

build frimware to esp8266

Post by Piterski1975 » Sat Jun 11, 2022 10:49 am

hello
i am trying to compile micropython for esp8266.
1 . Is still the best way is ? compite mpy-cross + https://github.com/pfalcon/esp-open-sdk.git
It will take me a some time. I try on Debian 11 first
2. Could someone compile a version with "uasyncio and simple2 with umqtt" and "uasyncio and micropython-mqtt-async"

Thank you in advance ;)
Piterski

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: build frimware to esp8266

Post by jimmo » Mon Jun 20, 2022 5:29 am

Piterski1975 wrote:
Sat Jun 11, 2022 10:49 am
1 . Is still the best way is ? compite mpy-cross + https://github.com/pfalcon/esp-open-sdk.git
The best way is outlined in the README, and uses docker.
https://github.com/micropython/micropyt ... structions

Post Reply