https://github.com/frett27/docker-nodemcu-esp32-build
docker container for building the ESP32 node mcu
https://github.com/frett27/docker-nodemcu-esp32-build
docker esp32 image nodemcu nodemcu-lua
Last synced: about 2 months ago
JSON representation
docker container for building the ESP32 node mcu
- Host: GitHub
- URL: https://github.com/frett27/docker-nodemcu-esp32-build
- Owner: frett27
- License: apache-2.0
- Created: 2017-07-08T08:52:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T20:40:17.000Z (almost 9 years ago)
- Last Synced: 2025-03-27T14:53:42.938Z (about 1 year ago)
- Topics: docker, esp32, image, nodemcu, nodemcu-lua
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-nodemcu-esp32-build
This project permis to build the **ESP32** branch from NodeMCU firmware, to be able to use lua as programming language for ESP32
This image save time for direct build without having to setup the build environment.
## Build the image
Have a docker host,
`docker build -t nodemcu_build .`
## How To use the image using interactive configuration
the image aimed to choose the wished configuration and build the firmware, the result are 3 bin files that can be downloaded to the ESP32
run the image
docker run -ti -v `pwd`/build:/opt/nodemcu-firmware-esp32/build nodemcu_build make
this will present the menuconfig :

choose then the configuration and exit will build the firmware, compiline the result in the "build" directory
## Flashing the firmware from Windows, using ESP32
once compiled, you can take the 3 bin files from the build folder and flashthem at the proper addresses :
