Skip to content

Commit fc3d6e0

Browse files
authored
Update README.md
1 parent fd924b4 commit fc3d6e0

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,7 @@ For other boards, please check the board definition for details.
7474
You can burn and/or upgrade the bootloader with either a J-link or DFU (serial) to a specific pre-built binary version
7575
without the hassle of installing a toolchain and compiling the code.
7676
This is preferred if you are not developing/customizing the bootloader.
77-
78-
To flash version `6.1.1r0` using J-Link:
79-
80-
```
81-
make BOARD=feather_nrf52840_express VERSION=6.1.1r0 flash
82-
```
83-
84-
To upgrade with dfu serial
85-
86-
```
87-
make BOARD=feather_nrf52840_express VERSION=6.1.1r0 dfu-flash
88-
```
89-
90-
Pre-builtin binaries are available on GitHub releases.
77+
Pre-builtin binaries are available on GitHub [releases](https://github.com/adafruit/Adafruit_nRF52_Bootloader/releases)
9178

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

0 commit comments

Comments
 (0)