From 8ce9fce4a78483f904feb3cde66d36791efcfd85 Mon Sep 17 00:00:00 2001 From: Ernesto Voltaggio <92443068+91volt@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:27:49 +0100 Subject: [PATCH 1/2] fix correct folders name in tutorial --- .../boards/uno-q/tutorials/04.update-image/update-image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 ff5437eeb8..c447af5e0f 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 @@ -63,7 +63,7 @@ As the tool is run from the command line with specific flags (explained further #### Windows -Navigate to the unzipped folder (e.g. `arduino-flasher-cli-x.x.x-darwin-arm64`), and run the following command: +Navigate to the unzipped folder (e.g. `arduino-flasher-cli-x.x.x-windows-amd64`), and run the following command: ``` arduino-flasher-cli @@ -77,7 +77,7 @@ This means it is working, and we can proceed to [preparing the hardware](#prepar #### Linux -Navigate to the unzipped folder (e.g. `arduino-flasher-cli-x.x.x-darwin-arm64`), and run the following command: +Navigate to the unzipped folder (e.g. `arduino-flasher-cli-x.x.x-linux-amd64`), and run the following command: ``` ./arduino-flasher-cli From 27e4c85d478cc14fbef58446125874874c71f3e9 Mon Sep 17 00:00:00 2001 From: Ernesto Voltaggio <92443068+91volt@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:44:52 +0100 Subject: [PATCH 2/2] Update update-image.md