From a4d1e684fe0feb3bc2c6890f2d4393ef68e8d16d Mon Sep 17 00:00:00 2001 From: Rob Moran Date: Tue, 8 Mar 2016 12:51:11 +0000 Subject: [PATCH] Updated README --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5f01f8b..c18c613 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,11 @@ http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk52.v0.9.2/bledfu You will need an [nRF51](https://www.nordicsemi.com/Products/nRF51-DK) or [nRF52](https://www.nordicsemi.com/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52-DK) development kit, flashed with the appropriate image: -[nrf51_boot_s110.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf51_boot_s110.hex). The mbed bootloader merged with Nordic's s110 SoftDevice. Upon flashing the device will be in bootloader mode and ready to receive a DFU transfer. +[nrf51_boot_s110.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf51_boot_s110.hex) - an [mbed](http://www.mbed.com/) bootloader merged with Nordic's s110 SoftDevice -[nrf52_boot_s132.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf52_boot_s132.hex). Nordic's bootloader merged with Nordic's s132 SoftDevice. Upon flashing the device will be in bootloader mode and ready to receive a DFU transfer. +[nrf52_boot_s132.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf52_boot_s132.hex) - Nordic's bootloader merged with Nordic's s132 SoftDevice + +Upon flashing the device will be in bootloader mode and ready to receive a DFU transfer. ## Web Example @@ -36,11 +38,12 @@ $ node example_node Where `````` is one of ```nrf51``` or ```nrf52```. -## Updating the SoftDevice or Bootloader +## Updating the SoftDevice or Bootloader (nRF52 only) -The .hex files below can be transferred via DFU to test SoftDevice and Bootloader updates respectivley. +The ```.hex``` files below can be transferred via DFU to test SoftDevice and Bootloader updates respectivley: -[nrf52_softdevice_only.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf52_softdevice_only.hex). Nordic's s132 SoftDevice (nRF52 only). -[nrf52_bootloader_only.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf52_bootloader_only.hex). Nordic's standard bootloader (nRF52 only). +[nrf52_softdevice_only.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf52_softdevice_only.hex) - Nordic's s132 SoftDevice + +[nrf52_bootloader_only.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf52_bootloader_only.hex) - Nordic's standard bootloader Note: Currently updating the SoftDevice and Bootloader at the same time is not supported. \ No newline at end of file