Skip to content

0.1.0 Bootloader

Compare
Choose a tag to compare
@charlesportwoodii charlesportwoodii released this 25 Jun 17:14
0.1.0

Initial release of Kaidyth nRF52 Bootloader for nrf52840 chipsets

This release provides the following feature set:

- Based on nRF52 Secure Bootloader
- DFU over BLE OTA + USB Serial
- Self Upgradable via OTA + USB Serial
- Double Reset DFU Trigger
- Bundled S140 Soft Device

This revision is built without NRF_DFU_BL_ALLOW_DOWNGRADE, meaning it cannot be downgraded. Future revisions may enable this feature to allow bootloader downgrades. If you want your bootloader to be downgradable, build your own version using the provided Dockerfile without this option specified.

This release is also configured with NRF_BL_APP_SIGNATURE_CHECK_REQUIRED disabled, meaning that applications don't need a proper signature to be flashed. This option may be enabled in future version.