You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-13
Original file line number
Diff line number
Diff line change
@@ -51,34 +51,31 @@ Go to the [releases section](https://github.com/konnected-io/konnected-security/
51
51
that you can flash on your Konnected Alarm Panel or ESP8266 device.
52
52
53
53
### Building the Firmware Yourself
54
-
Konnected leverages the [NodeMCU](https://github.com/nodemcu/nodemcu-firmware) codebase and [Docker builder](https://hub.docker.com/r/marcelstoer/nodemcu-build/)to create a base nodeMCU firmware image and a filesystem containing the Konnected application. Building only requires a few steps.
54
+
Konnected leverages the [NodeMCU](https://github.com/nodemcu/nodemcu-firmware) codebase to create a base nodeMCU firmware image and a filesystem containing the Konnected application. Building only requires a few steps.
55
55
56
-
1. Download and install [Docker](https://www.docker.com/products/docker-desktop)
1. Use the build-firmware script to kick off the build - providing a semantic version command line argument as shown below. The build script will automatically pull down the correct nodeMCU image, and use this nodeMCU docker builder to create base firmware, an LFS image, and a SPIFFS file system containing the entire Konnected application.
60
+
1. Use the build-firmware script to kick off the build. The build script will automatically pull down the correct nodeMCU image, and use this to create base firmware, an LFS image, and a SPIFFS file system containing the entire Konnected application.
62
61
63
62
cd konnected-security
64
-
./scripts/build-firmware 2-2-99
63
+
./scripts/build-firmware
65
64
66
-
1. Once the build completes a folder will be created in `firmware/builds` named after the version specified in the previous step. This folder will contain three files also reflecting the version.
67
-
1. konnected-filesystem-0x100000-2-2-99.img
68
-
1. konnected-firmware-2-2-99.bin
69
-
1. konnected-esp8266-2-2-99.bin
65
+
1. Once the build completes a folder will be created in `build`. This folder will contain three files reflecting the version or branch.
0 commit comments