Skip to content

Commit 429f960

Browse files
author
Jim Lindblom
committed
Adding bootloader source and hex, updating readme.
1 parent dfe487c commit 429f960

File tree

12 files changed

+9252
-23
lines changed

12 files changed

+9252
-23
lines changed

Firmware/bootloader-custom/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
nRF52832 HCI/UART DFU Bootloader - From nRF5 SDK v11.0.0
2+
======================================================
3+
4+
Device firmware update (DFU) bootloader which allows the nRF52832's firmware and/or SoftDevice to be updated serially.
5+
6+
[nrfutil v0.5.2](https://github.com/NordicSemiconductor/pc-nrfutil/releases/tag/v0.5.2) can be used to transfer a firmware image from computer to nRF52832.
7+
8+
To enter the bootloader, pin 6 -- attached to a button on the SparkFun nRF52832 Breakout -- must be held low on startup or reset. The LED on pin 7 will blink in a "timebomb" pattern to indicate the board is in the bootloader state.
9+
10+
For more information on the Nordic BLE & HCI/UART Bootloader/DFU, check out their [SDK Reference Page](http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/examples_ble_dfu.html).
11+
12+
### Contents
13+
14+
* **/config** -- Platform-specific configurations.
15+
* **/hex** -- Compiled hex files for the SoftDevice (S132) and bootloader.
16+
* **main.c** -- Main source file for bootloader application
17+
18+
### Toolchain Requirements
19+
20+
### Using the Bootloader

0 commit comments

Comments
 (0)