Skip to content

Commit 8faaa26

Browse files
authored
Merge pull request #2714 from arduino/mcmchris/uno-q/disk-space-flash
[PXCT-1548] Free space requirement for downloading and flashing new image in UNO Q
2 parents 000c258 + c23fa6e commit 8faaa26

File tree

1 file changed

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

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,19 @@ However, if we want to hard-reset the board and perform a fresh installation, it
2323

2424
### Software Requirements
2525

26+
- [Arduino Flasher CLI](https://www.arduino.cc/en/software/#flasher-tool)
27+
- At least 10 GB of free disk space
28+
2629
To re-flash the board, we will use the **Arduino Flasher CLI** tool:
2730

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

30-
***Note that this tool will download an image with a size that exceeds 1 GB. A stable Internet connection is recommended.***
33+
***Note that this tool will download an image with a size that exceeds 1 GB. A stable Internet connection and at least 10 GB of free disk space is recommended.***
3134

3235
## Download & Install CLI Tool
3336

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

3740
### Verify Tool Is Installed
3841

@@ -56,7 +59,7 @@ This means it is working, and we can proceed to [preparing the hardware](#prepar
5659

5760
![Error running ](assets/error-finder.png)
5861

59-
As the tool is ran from the command line with specific flags (explained further below), there is no reason to run it from Finder.
62+
As the tool is run from the command line with specific flags (explained further below), there is no reason to run it from Finder.
6063

6164
#### Windows
6265

0 commit comments

Comments
 (0)