File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,10 +125,14 @@ board = ...
125125 2 . Select adafruit-nrfutil as the firmware uploader in the tools menu.
126126
127127### Uploading via UF2
128- Boards with an Adafruit UF2 bootloader, such as the nice!nano v2, can be reset
129- into the bootloader and programmed by copying the exported ` .uf2 ` file to the
130- mounted bootloader drive. UF2 export requires Python 3 to be available on the
131- system path.
128+ Boards with an Adafruit UF2 bootloader, such as the nice!nano v2, can be
129+ programmed as follows:
130+
131+ 1 . In the Arduino IDE, select ` Sketch -> Export Compiled Binary ` . UF2 export
132+ requires Python 3 to be available on the system path.
133+ 2 . Double-press the board's reset button (or briefly connect RST to GND twice)
134+ to enter the UF2 bootloader and wait for the bootloader drive to mount.
135+ 3 . Copy the exported ` .uf2 ` file to the mounted bootloader drive.
132136
133137### Uploading via (Nordic) nrfutil (for Nordic bootloader devices only)
134138 1 . Install nrfutil if not already installed ` pip install nrfutil `
You can’t perform that action at this time.
0 commit comments