# 13.3 USB flash disk download

**Introduction**

\[USB flash disk download tool] could create project and firmware updating file. This section introduces how to use this tool.

**Operating procedure creating project updating file**

1. Click \[Udisk download] to open tool window;
2. Select \[Update project] option;

![](https://3950998874-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fpistudio-manual%2F-LyXf-PKHCgzjui1xvEo%2F-LyXfB1C_abppKvlEWUg%2F0.png?generation=1578982228712668\&alt=media)

1. Set project in \[Source file];
2. Set USB flash disk path;
3. Select \[Update the application first] according to requirements, this option means if USB flash disk contains project and firmware updating files at the same time, it will update project firstly;
4. Click \[OK] to execute the operation;

{% hint style="success" %}
**Result**

Create a \[Project.fos] file
{% endhint %}

**Operating procedure creating firmware updating file**

1. Click \[Udisk download] to open tool window;
2. Select \[Update all firmware to current version] option;

![](https://3950998874-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fpistudio-manual%2F-LyXf-PKHCgzjui1xvEo%2F-LyXfB1DdevlKK6-ZOci%2F1.png?generation=1578982228712463\&alt=media)

1. Set USB flash disk path;
2. Check \[Make multiple firmware files] according to requirements, if check this option, the firmware name in \[USB flash disk] could be modified;
3. Click \[OK] to execute operation, it pops-up below window;

![](https://3950998874-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fpistudio-manual%2F-LyXf-PKHCgzjui1xvEo%2F-LyXfB1EhMm_BWBOZaqc%2F2.png?generation=1578982228707924\&alt=media)

1. Select HMI series according to real situation

{% hint style="success" %}
**Result**

1. Create a \[update.fos] file
2. Create a \[XXX.wos] file for \[Make multiple firmware files]
   {% endhint %}

{% hint style="info" %}
Note

1. The recommended USB flash drive format is FAT 32;
2. The updating file need to be stored in the root directory of the USB flash drive;
3. Only one project file or firmware file is allowed in the root directory of u disk by default. User needs to check “make multiple firmware files” option to make it possilbe to save several files in USB flash drive. For multiple files mode, it is necessary to rename the file, otherwise it will overwrite the file with the same name in USB flash drive.
4. \[XXX.wos] is supported in V2.0 or later version of setup; The setup menu interface of V2.0 (in the bottom right corner) version is shown in the figure below.
   {% endhint %}

![](https://3950998874-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fpistudio-manual%2F-LyXf-PKHCgzjui1xvEo%2F-LyXfB1FhJDz9jsZPQrk%2F3.png?generation=1578982233780107\&alt=media)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wecon.gitbook.io/pistudio-manual/13.tools/13.3-udisk-download.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
