-
Notifications
You must be signed in to change notification settings - Fork 63
/
read.me
28 lines (17 loc) · 1.01 KB
/
read.me
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Welcome to the Docker image to build NodeMCU firmware and LFS images.
To build the firmware or an LFS image you need to add the respective command
to the line you just used.
Say you used
docker run --rm -it -v C:/Users/ ... nodemcu-firmware:/opt/nodemcu-firmware marcelstoer/nodemcu-build
now use
docker run --rm -it -v C:/Users/ ... nodemcu-firmware:/opt/nodemcu-firmware marcelstoer/nodemcu-build build
Following commands are available:
build builds your firmware, either for ESP32 or for ESP8266
configure-esp32 start the SDK configuration for ESP32
lfs-image create an LFS image
To do this you must tell docker where your lua files are stored.
Add another '-v c:/lua_location:opt/lua' to the commandline.
All lua files stored in that location will be added recursively
to the LFS image.
See tutorial below to see how to add selected files only.
For more Information please see https://hub.docker.com/r/marcelstoer/nodemcu-build