From fc3d6e07ec9194a6a479146081ca76bad1cc1810 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 19 Dec 2018 18:50:20 +0700 Subject: [PATCH] Update README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 971aaaa..2be14a1 100644 --- a/README.md +++ b/README.md @@ -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.