Skip to content

Commit 59ef721

Browse files
authored
Merge pull request #2681 from lucarin91/update-flasher-tool-link
fix: update the flasher tool url
2 parents ce92788 + 63eac63 commit 59ef721

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/04.update-image

1 file changed

+3
-3
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/04.update-image/update-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ However, if we want to hard-reset the board and perform a fresh installation, it
2525

2626
To re-flash the board, we will use the **Arduino Flasher CLI** tool:
2727

28-
- Download the [Arduino Flasher CLI](https://www.arduino.cc/en/software/)
28+
- Download the [Arduino Flasher CLI](https://www.arduino.cc/en/software/#flasher-tool)
2929

3030
***Note that this tool will download an image with a size that exceeds 1 GB. A stable Internet connection is recommended.***
3131

3232
## Download & Install CLI Tool
3333

34-
1. Download the [Arduino Flasher CLI](https://www.arduino.cc/en/software/) for your OS (MacOS / Linux / Windows)
34+
1. Download the [Arduino Flasher CLI](https://www.arduino.cc/en/software/#flasher-tool) for your OS (MacOS / Linux / Windows)
3535
2. Unzip the downloaded file, (you will receive a executable binary named `arduino-flasher-cli`)
3636

3737
### Verify Tool Is Installed
@@ -146,4 +146,4 @@ The steps above are summarized in the graphic below:
146146
- Check that the correct pins are shorted, and that they are shorted **before** connecting the board to the computer.
147147
- Make sure the board has not finished booting when running the flashing command (`./arduino-flasher-cli flash latest`).
148148
- Verify that you are running the command from the correct directory where the Arduino Flasher CLI was unzipped.
149-
- After the tool reports a successful installation, **power-cycle** the board **with the jumper removed.**
149+
- After the tool reports a successful installation, **power-cycle** the board **with the jumper removed.**

0 commit comments

Comments
 (0)