From 63eac63a02e0edbe48dcba8c3dd0722ea55fe4f1 Mon Sep 17 00:00:00 2001 From: lucarin91 Date: Thu, 23 Oct 2025 18:03:27 +0200 Subject: [PATCH] fix: update the flasher tool url --- .../boards/uno-q/tutorials/04.update-image/update-image.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/04.update-image/update-image.md b/content/hardware/02.uno/boards/uno-q/tutorials/04.update-image/update-image.md index 90f8df964a..41fc222df6 100644 --- a/content/hardware/02.uno/boards/uno-q/tutorials/04.update-image/update-image.md +++ b/content/hardware/02.uno/boards/uno-q/tutorials/04.update-image/update-image.md @@ -25,13 +25,13 @@ However, if we want to hard-reset the board and perform a fresh installation, it To re-flash the board, we will use the **Arduino Flasher CLI** tool: -- Download the [Arduino Flasher CLI](https://www.arduino.cc/en/software/) +- Download the [Arduino Flasher CLI](https://www.arduino.cc/en/software/#flasher-tool) ***Note that this tool will download an image with a size that exceeds 1 GB. A stable Internet connection is recommended.*** ## Download & Install CLI Tool -1. Download the [Arduino Flasher CLI](https://www.arduino.cc/en/software/) for your OS (MacOS / Linux / Windows) +1. Download the [Arduino Flasher CLI](https://www.arduino.cc/en/software/#flasher-tool) for your OS (MacOS / Linux / Windows) 2. Unzip the downloaded file, (you will receive a executable binary named `arduino-flasher-cli`) ### Verify Tool Is Installed @@ -110,4 +110,4 @@ In this step, we will upload the new image to the board using the Arduino Flashe - Check that the correct pins are shorted, and that they are shorted **before** connecting the board to the computer. - Make sure the board has not finished booting when running the flashing command (`./arduino-flasher-cli flash latest`). - Verify that you are running the command from the correct directory where the Arduino Flasher CLI was unzipped. -- After the tool reports a successful installation, **power-cycle** the board **with the jumper removed.** \ No newline at end of file +- After the tool reports a successful installation, **power-cycle** the board **with the jumper removed.**