Add Docker option
This commit is contained in:
parent
9bd8df4693
commit
5696b631fd
|
@ -8,9 +8,7 @@ There are essentially three ways to build your NodeMCU firmware: cloud build ser
|
|||
Not available yet.
|
||||
|
||||
### Docker Image
|
||||
<del>Occasional NodeMCU firmware hackers don't need full control over the complete tool chain. They might not want to setup a Linux VM with the build environment. Docker to the rescue. Give [Docker NodeMCU build](https://hub.docker.com/r/marcelstoer/nodemcu-build/) a try.</del>
|
||||
|
||||
Not available yet.
|
||||
Occasional NodeMCU firmware hackers don't need full control over the complete tool chain. They might not want to setup a Linux VM with the build environment. Docker to the rescue. Give [Docker NodeMCU build](https://hub.docker.com/r/marcelstoer/nodemcu-build/) a try.
|
||||
|
||||
### Linux Build Environment
|
||||
NodeMCU firmware developers commit or contribute to the project on GitHub and might want to build their own full fledged build environment with the complete tool chain.
|
||||
|
|
|
@ -14,3 +14,16 @@ Source: [https://github.com/espressif/esptool](https://github.com/espressif/espt
|
|||
Supported platforms: OS X, Linux, Windows, anything that runs Python
|
||||
|
||||
Execute `make flash` to build and flash the firmware. See [Flashing Options](build.md#flashing-options) for the configuration of esptool.py.
|
||||
|
||||
### NodeMCU PyFlasher
|
||||
> Self-contained [NodeMCU](https://github.com/nodemcu/nodemcu-firmware) flasher with GUI based on [esptool.py](https://github.com/espressif/esptool) and [wxPython](https://www.wxpython.org/).
|
||||
|
||||
![NodeMCU PyFlasher](https://github.com/marcelstoer/nodemcu-pyflasher/raw/master/images/gui.png "NodeMCU PyFlasher")
|
||||
|
||||
Source: [https://github.com/marcelstoer/nodemcu-pyflasher](https://github.com/marcelstoer/nodemcu-pyflasher)
|
||||
|
||||
Supported platforms: anything that runs Python, runnable .exe available for Windows and .dmg for macOS
|
||||
|
||||
Supports flashing *aggregated binaries* as for example produced by [the Docker build](build.md#docker-image).
|
||||
|
||||
Disclaimer: the availability of [NodeMCU PyFlasher was announced on the NodeMCU Facebook page](https://www.facebook.com/NodeMCU/posts/663197460515251) but it is not an official offering of the current NodeMCU firmware team.
|
Loading…
Reference in New Issue