From 023789905bfc7ee52f65d5996e5d961724ce2097 Mon Sep 17 00:00:00 2001 From: markqvist Date: Tue, 1 Nov 2022 23:19:41 +0100 Subject: [PATCH 1/3] Updated readme --- Release/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release/README.md b/Release/README.md index 37384d1..3c57b6a 100644 --- a/Release/README.md +++ b/Release/README.md @@ -1,2 +1,2 @@ # 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`. From fc1334ff142d6a27ff4f618aae504ee74da16d87 Mon Sep 17 00:00:00 2001 From: markqvist Date: Tue, 1 Nov 2022 23:21:18 +0100 Subject: [PATCH 2/3] Updated readme --- Release/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Release/README.md b/Release/README.md index 3c57b6a..bb773ca 100644 --- a/Release/README.md +++ b/Release/README.md @@ -1,2 +1,10 @@ # Precompiled Firmware -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`. +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 +``` From 394d269eebd3db25c344a1bf01a51662bdc66e6c Mon Sep 17 00:00:00 2001 From: markqvist Date: Tue, 1 Nov 2022 23:22:32 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index aab119f..f1925dd 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,18 @@ This is the firmware for [RNode](https://unsigned.io/rnode), a very flexible LoR To install this firmware on homebrew RNodes and other supported boards, please use the [RNode Config Utility](https://github.com/markqvist/rnodeconfigutil). It contains an auto-installer that allows you to install the RNode firmware on a variety of boards. For guides and tutorials on how to get started with making your own RNodes, visit [unsigned.io](https://unsigned.io). +## Get Started + +You can download and flash the firmware to all the supported boards using the [RNode Config Utility](https://github.com/markqvist/rnodeconfigutil). All firmware releases are now handled and installed directly through the `rnodeconf` utility, 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 +``` + ## Current Status The RNode firmware can be considered stable at this point. If you do find a bug or discover unintended behaviour, please report it as an issue here, so I can fix it!