Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion _includes/download/board.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ <h3>CircuitPython {{ version.version }}</h3>
Your testing is invaluable: it helps us uncover and find issues quickly.
</p>
{% endif %}
{% if page.family == 'nrf52840' %}
<p>
<b>On nRF boards, CircuitPython 8.2.0 and later require UF2 bootloader version 0.6.1 or later.
Older bootloaders cannot load the firmware. See <i>Update UF2 Bootloader</i> below.</b>
</p>
{% endif %}
<p>
<a href="https://github.com/adafruit/circuitpython/releases/tag/{{ version.version }}">Release Notes for {{ version.version }}</a>
</p>
Expand Down Expand Up @@ -287,7 +293,7 @@ <h3>Update UF2 Bootloader</h3>

{% if page.family == 'nrf52840' %}
<p>
<b>On nRF boards, CircuitPython 8.2.0 and later require bootloader version 0.6.1 or later.
<b>On nRF boards, CircuitPython 8.2.0 and later require UF2 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.
Expand Down