diff --git a/Documentation/rnfw_1.jpg b/Documentation/rnfw_1.jpg new file mode 100644 index 0000000..27c9c92 Binary files /dev/null and b/Documentation/rnfw_1.jpg differ diff --git a/Release/README.md b/Release/README.md index 37384d1..bb773ca 100644 --- a/Release/README.md +++ b/Release/README.md @@ -1,2 +1,10 @@ # Precompiled Firmware -This directory contains the latest version of the precompiled firmware. You can download and flash the firmware to supported boards using the [RNode Config Utility](https://github.com/markqvist/rnodeconfigutil). +You can download and flash the firmware to supported boards using the [RNode Config Utility](https://github.com/markqvist/rnodeconfigutil). All firmware releases are now handled and installed directly through `rnodeconf`, which is inclueded in the `rns` package. It can be installed via `pip`: + +``` +# Install rnodeconf via rns package +pip install rns --upgrade + +# Install the firmware on a board with the install guide +rnodeconf --autoinstall +```