From f77a59045d45d90d658a3bec3911c0a22781449c Mon Sep 17 00:00:00 2001 From: Michael Dietz Date: Tue, 8 Mar 2016 11:32:39 +0100 Subject: [PATCH] Remove documentation that doesn't belong in the README. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index e904d85..5f01f8b 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,9 @@ Where `````` is one of ```nrf51``` or ```nrf52```. ## Updating the SoftDevice or Bootloader -When updating the application the only input required is APPLICATION.hex. However it is possible to update the SoftDevice or Bootloader as well. The user will need to specify the image type of the update when transferring -a SoftDevice or Bootloader in dfu.provision() (i.e. dfu.provision(device, buffer, dfu.ImageType.SoftDevice);). - -Softdevice: The .hex file below can be transferred via DFU to test SoftDevice updates. (The end address of the Master Boot Record (MBR) must be specified in hex2bin (i.e. hex2bin(SOFTDEVICE.hex, 0x1000);) as it must not be rewritten during DFU). +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). - -Bootloader: The .hex file below can be transferred via DFU to test bootloader updates. - [nrf52_bootloader_only.hex](https://thegecko.github.io/web-bluetooth-dfu/firmware/nrf52_bootloader_only.hex). Nordic's standard bootloader (nRF52 only). Note: Currently updating the SoftDevice and Bootloader at the same time is not supported. \ No newline at end of file