diff --git a/_includes/download/board.html b/_includes/download/board.html index 0ce7c719b2..bf34621863 100644 --- a/_includes/download/board.html +++ b/_includes/download/board.html @@ -38,6 +38,12 @@

CircuitPython {{ version.version }}

Your testing is invaluable: it helps us uncover and find issues quickly.

{% endif %} + {% if page.family == 'nrf52840' %} +

+ 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 Update UF2 Bootloader below. +

+ {% endif %}

Release Notes for {{ version.version }}

@@ -287,7 +293,7 @@

Update UF2 Bootloader

{% if page.family == 'nrf52840' %}

- On nRF boards, CircuitPython 8.2.0 and later require bootloader version 0.6.1 or later. + 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 INFO_UF2.TXT when the BOOT drive is present.