You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.uno/boards/uno-q/tutorials/04.update-image/update-image.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,20 +126,15 @@ To prepare the hardware for flashing, follow the instructions below:
126
126
127
127

128
128
129
-
3. Do **not** connect the board to the computer yet. This will need to be timed in the next step.
130
-
131
129
## Flash Image to the Board
132
130
133
131
In this step, we will upload the new image to the board using the Arduino Flasher CLI.
134
132
135
-
1. Open a terminal and navigate to the directory where you unzipped the Arduino Flasher CLI (normally `/Downloads`).
136
-
2. Type the following commandinthe terminal: `./arduino-flasher-cli flash latest`**but do not press Enter yet**
137
-
3. **Connect the board to the computer**, and press **Enter** to run the command**during the boot animations** on the LED matrix (immediately after plugging in). You only need the jumper to force recovery at plug-in;**you may remove it after you run the command**.
133
+
1. Connect the board to your computer, using a USB-C® type cable.
134
+
2. Open a terminal and navigate to the directory where you unzipped the Arduino Flasher CLI (normally `cd /Downloads`).
135
+
3. Run the following commandinthe terminal: `./arduino-flasher-cli flash latest`.
138
136
4. A download sequence will begin (the image is >1 GB). Once the download is complete, it will flash the board with the new image. **Please note:** this will take several minutes. Do **not** disconnect the USB cable during this process.
139
-
5. Once flashing completes and the tool reports success, **power-cycle** the board (unplug and re-plug USB) so it boots the new OS. (Ensure the jumper is removed before the power-cycle.)
140
-
141
-
***It is important to run the flashing command ONLY when the board is booting up; it does not work once the OS has finished booting.***
142
-
137
+
5. Once flashing completes and the tool reports success, **power-cycle** the board (unplug and re-plug USB) so it boots the new OS.
0 commit comments