Skip to content

Commit 4b74e66

Browse files
RandoSYh2zero
authored andcommitted
docs: clarify UF2 export and bootloader steps
1 parent d795578 commit 4b74e66

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)