You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,7 +29,7 @@ There are two methods that you can use to install this BSP. We highly recommend
30
29
4. Add https://www.adafruit.com/package_adafruit_index.json as an 'Additional Board Manager URL'
31
30
5. Restart the Arduino IDE
32
31
6. Open the Boards Manager from the Tools -> Board menu and install 'Adafruit nRF52 by Adafruit'
33
-
7. Once the BSP is installed, select 'Adafruit Bluefruit nRF52 Feather' from the Tools -> Board menu, which will update your system config to use the right compiler and settings for the nRF52.
32
+
7. Once the BSP is installed, select 'Adafruit Feather nRF52840 Express' from the Tools -> Board menu, which will update your system config to use the right compiler and settings for the nRF52.
34
33
35
34
### Optional (Core Development): Adafruit nRF52 BSP via git
36
35
@@ -51,7 +50,7 @@ There are two methods that you can use to install this BSP. We highly recommend
51
50
```
52
51
53
52
6. Restart the Arduino IDE
54
-
7. Once the BSP is installed, select 'Adafruit Bluefruit nRF52 Feather' from the Tools -> Board menu, which will update your system config to use the right compiler and settings for the nRF52.
53
+
7. Once the BSP is installed, select 'Adafruit Feather nRF52840 Express' from the Tools -> Board menu, which will update your system config to use the right compiler and settings for the nRF52.
-[SiLabs CP2104 driver](http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx) is required for USB to Serial when using with Feather nRF52832
70
69
71
-
## Bootloader Support
70
+
## Bootloader
72
71
73
-
### Upgrade existing Bootloader
72
+
Bootloader can be updated via UF2 file or DFU if already existed. Or flash on new blank chip using following guide
74
73
75
-
Bluefruit's Bootloader is self-upgradable, you could upgrade to the latest Bootloader + Softdevice using the serial port within Arduino IDE.
74
+
## Update Bootloader with UF2 ( nRF52840 only and require 0.4.0+ )
75
+
76
+
This only works with nRF52840 and require existing bootloader version is at least 0.4.0:
77
+
78
+
- Quickly doulbe tap reset button to put your board in to bootloader mode. A mass storage device i.e `FTHR840BOOT` will appear
79
+
- Download latest UF2 for your board i.e `update-{BOARD}-{version}_nosd.uf2` from [Adafruit_nRF52_Bootloader release page](https://github.com/adafruit/Adafruit_nRF52_Bootloader/releases)
80
+
- Drap and drop the UF2 file into `FTHR840BOOT` drive to perform update then wait until the board reset.x
81
+
82
+
### Update Bootloader with DFU
83
+
84
+
To upgrade to the latest Bootloader + Softdevice using the serial port within Arduino IDE.
0 commit comments