> For the complete documentation index, see [llms.txt](https://evoffer.gitbook.io/evoffer-installation-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://evoffer.gitbook.io/evoffer-installation-guide/model-3/hdmi-interface/firmware-update.md).

# Firmware Update

To perform a firmware update, you need to prepare the follwing items:

1. Windows PC
2. USB to Type C Cable with data transferring feature
3. HDMI Interface

## Step 1 - Prepare the DFU Flashing Tool

Download DFU Tool and Driver and Driver and unzip all files from the following link:

{% embed url="<https://drive.google.com/drive/folders/1-IVysl389tOV68qc5h4J2mSfRb7CbY_2?usp=drive_link>" %}

## Step 2 - Install Driver

Extract the file from `GD32DfuDrivers_V3.6.6.6167.rar` and install the corresponding driver on your computer. Depending on your computer, you may need to install x64 for 64-bit or x86 for 32-bit computer.

{% hint style="info" %}
To check where you have a 32-bit or 64-bit computer, right click MY PC -> Properties -> System Check)
{% endhint %}

## Step 3 - Connect the HDMI Interface to your computer

Remove all connectors from the HDMI Interface.

Locate the DFU Port on the HDMI Interface. Connect the device with a USB (Type A or Type C) to USB Type C cable.

<figure><img src="/files/4WHEMFsfqTsce4GslAC4" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
You don't need to connect extra power source to the device.&#x20;
{% endhint %}

## Step 4 - Firmware Upgrade

Run `GD32 MCU Dfu Tool.exe`, **DO NOT UPDATE** the tool when the window pop up.

Make sure the DFU device is detected and check the box for "Verify after download".

Click the "Open" button at the right side of "DL app file name" and choose the firmware `.bin` provided by our technical support team.

Press OK at the bottom right corner to start flashing.

When the progress bar hits 100%, the update is completed and you can disconnect the device from the computer.

<figure><img src="/files/hBUt3Ej8GGF8O17RL7gV" alt="" width="451"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://evoffer.gitbook.io/evoffer-installation-guide/model-3/hdmi-interface/firmware-update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
