Skip to content

Commit

Permalink
Merge pull request #1220 from dhalbert/nrf-bootloader-update
Browse files Browse the repository at this point in the history
refer to guide pages for nRF bootloader updates
  • Loading branch information
dhalbert authored Jun 30, 2023
2 parents a06d82a + f051b4d commit d631142
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions _includes/download/board.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,14 @@ <h3>Update UF2 Bootloader</h3>

{% if page.family == 'nrf52840' %}
<p>
Updating the bootloader on nRF52840 boards is an involved process right now.
Follow the instructions in this
<a href="https://github.com/adafruit/Adafruit_nRF52_Bootloader/blob/master/README.md">README</a>.
<b>On nRF boards, CircuitPython 8.2.0 and later require bootloader version 0.6.1 or later.
Older bootloaders cannot load the firmware.
To check the version of your board's bootloader,
look at <i>INFO_UF2.TXT</i> when the <i>BOOT</i> drive is present.
</b>
To update the bootloader, refer to the "Update Bootloader" page in the guide for
your board, or start with
<a href="https://learn.adafruit.com/introducing-the-adafruit-nrf52840-feather/update-bootloader">this page</a>.
</p>
<p>
After you update, check <b>INFO_UF2.TXT</b> to verify that the bootloader version has been updated.
Expand Down

0 comments on commit d631142

Please sign in to comment.