Build micropython firmware tutorial?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
User avatar
marsex
Posts: 2
Joined: Tue Sep 03, 2019 5:21 pm

Build micropython firmware tutorial?

Post by marsex » Sat Aug 22, 2020 8:00 am

Hello! I been trying to build the micropython firmware for esp32 from scratch for the past few days without success, i only find outdated tutorials or guides and i would like to know if there's an updated tutorial. :?

DJShadow1966
Posts: 60
Joined: Sun Jun 23, 2019 4:55 am
Location: Gateshead, Tyne and Wear

Re: Build micropython firmware tutorial?

Post by DJShadow1966 » Sat Aug 22, 2020 10:50 am

Hello

If you check the readme at https://github.com/micropython/micropyt ... /README.md that will explain how to do it.
Regards Mike

User avatar
rcolistete
Posts: 352
Joined: Thu Dec 31, 2015 3:12 pm
Location: Brazil
Contact:

Re: Build micropython firmware tutorial?

Post by rcolistete » Sat Aug 22, 2020 8:10 pm

See ["MicroPython v1.12 firmwares for ESP32 - (Optional) Building firmware with 'make' options"](https://gitlab.com/rcolistete/micropyth ... ke-options), where I cite using the docker alelec/esp32-toolchain.
My "MicroPython Samples". My "MicroPython Firmwares" with many options (double precision, ulab, etc).

Post Reply