Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Dec 19, 2018
1 parent fd924b4 commit fc3d6e0
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Expand Up @@ -74,20 +74,7 @@ For other boards, please check the board definition for details.
You can burn and/or upgrade the bootloader with either a J-link or DFU (serial) to a specific pre-built binary version
without the hassle of installing a toolchain and compiling the code.
This is preferred if you are not developing/customizing the bootloader.

To flash version `6.1.1r0` using J-Link:

```
make BOARD=feather_nrf52840_express VERSION=6.1.1r0 flash
```

To upgrade with dfu serial

```
make BOARD=feather_nrf52840_express VERSION=6.1.1r0 dfu-flash
```

Pre-builtin binaries are available on GitHub releases.
Pre-builtin binaries are available on GitHub [releases](https://github.com/adafruit/Adafruit_nRF52_Bootloader/releases)

Note: The bootloader can be downgraded. Since the binary release is a merged version of
of both bootloader and the Nordic SoftDevice, you can freely upgrade/downgrade to any version you like.
Expand Down

0 comments on commit fc3d6e0

Please sign in to comment.