File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -74,20 +74,7 @@ For other boards, please check the board definition for details.
7474You can burn and/or upgrade the bootloader with either a J-link or DFU (serial) to a specific pre-built binary version
7575without the hassle of installing a toolchain and compiling the code.
7676This 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
9279Note: The bootloader can be downgraded. Since the binary release is a merged version of
9380of both bootloader and the Nordic SoftDevice, you can freely upgrade/downgrade to any version you like.
You can’t perform that action at this time.
0 commit comments