-
Notifications
You must be signed in to change notification settings - Fork 1
Creating a MicroPython Flash Image
mattzzw edited this page Dec 2, 2018
·
2 revisions
I am using pfalcon's MicroPython fork
I found this adafruit howto to be very helpful:
ESP8266 & MicroPython SDK Virtual Machine
Read Using the Toolchain of the esp-open-sdk.
This is very beneficial for saving precious SRAM!
-
Be sure you have all the submodules initialized:
- in ~/micropython:
git submodule update --init
- in ~/micropython:
-
in ~/micropython/mpy-cross:
make -
clone picoweb
-
clone the micropython-lib
-
copy modules (picoweb, uasyncio, umqtt robust & simple) into ~/micropython/ports/esp8266/modules
-
in ~/micropython/ports/esp8266:
make