Image for creating custom builds of MicroPython for ESP32
924
Put your custom modules (main.py etc.) in ./src and run
docker run -it -v ${pwd}:/mnt scrlk/esp32-micropython
or use docker-compose.yml in your project
Firmware will be compiled into ./build
Inside container:
/micropython/build BOARD=TINYPICO PART_SRC=/mnt/partitions.csv
Content type
Image
Digest
Size
608.9 MB
Last updated
almost 7 years ago
docker pull scrlk/esp32-micropython