From 5696b631fd3aa58b7c87d86440382b08deb5ab27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Mon, 26 Nov 2018 09:51:10 +0100 Subject: [PATCH] Add Docker option --- docs/en/build.md | 4 +--- docs/en/flash.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/en/build.md b/docs/en/build.md index 16615591..f66a73ea 100644 --- a/docs/en/build.md +++ b/docs/en/build.md @@ -8,9 +8,7 @@ There are essentially three ways to build your NodeMCU firmware: cloud build ser Not available yet. ### Docker Image -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. - -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. diff --git a/docs/en/flash.md b/docs/en/flash.md index 6a8aa020..2a16a249 100644 --- a/docs/en/flash.md +++ b/docs/en/flash.md @@ -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. \ No newline at end of file