update readme

This commit is contained in:
liamcottle
2024-10-29 23:20:01 +13:00
parent 67abf1b0b2
commit 27fbc79469

View File

@@ -26,11 +26,13 @@ There was an existing package called [pc-nrf-dfu-js](https://github.com/NordicSe
## How to use it? ## 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. - 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. - 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. > Note: At this time, firmware hashes for RNode are not configured. This is next on the todo list.