From 27fbc79469f308f68d59b643bc33ec7148cc3de3 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 29 Oct 2024 23:20:01 +1300 Subject: [PATCH] update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbdd188..008708a 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,13 @@ There was an existing package called [pc-nrf-dfu-js](https://github.com/NordicSe ## How to use it? -- Open [index.html](./index.html) in your web browser. +- Open https://liamcottle.github.io/rnode-flasher/ in your web browser. - Select your device. -- Put your device into DFU mode. +- Put your device into DFU mode (for nRF52 boards) - Select a firmware file and click flash. -- Your device should reboot into the new firmware. +- Once flashed, your device should reboot into the new firmware. +- For new devices that have never been provisioned, you should click "Provision" to configure the EEPROM. +- Every time you flash new firmware, you should also click "Set Firmware Hash". > Note: At this time, firmware hashes for RNode are not configured. This is next on the todo list.