From 2f48275909ed1851358c6b657f809de4039432fa Mon Sep 17 00:00:00 2001 From: Josefine Herlin <66409231+jhansson-ard@users.noreply.github.com> Date: Tue, 11 Nov 2025 08:47:17 +0100 Subject: [PATCH] Update image flash links --- .../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 0882107ed1..debee02659 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 @@ -50,7 +50,7 @@ You should see something like: ![Output from testing tool (MacOS)](assets/macos.png) -This means it is working, and we can proceed to [flashing the board](#flash-image-to-the-board). +This means it is working, and we can proceed to [preparing the hardware](#preparing-the-hardware). **Important Note:** Do not run the file directly from Finder, you will receive a prompt window akin to: @@ -70,7 +70,7 @@ A new window should appear, prompting you to install the driver. Install it, and ![Output from testing tool (Windows)](assets/windows.png) -This means it is working, and we can proceed to [flashing the board](#flash-image-to-the-board). +This means it is working, and we can proceed to [preparing the hardware](#preparing-the-hardware). #### Linux @@ -84,7 +84,7 @@ You should see something like: ![Output from testing tool (Linux)](assets/linux.png) -This means it is working, and we can proceed to [flashing the board](#flash-image-to-the-board). +This means it is working, and we can proceed to [preparing the hardware](#preparing-the-hardware). ***Note: in some Linux systems, the `arduino-flasher-cli` could exit with an error right before flashing. This may occur if the kernel module `qcserial` is loaded. A workaround solution to fix this is in place (see section below).***