# Upgrading Radio Firmware

#### Step 1 - Download the latest Firmware from this page:

{% embed url="<https://frc-radio.vivid-hosting.net/overview/firmware-releases>" %}

Remember to also copy the checksum located below the download labeled SHA-256

#### Step 2 - Open the Network Assistant Tool or Download it from this page:

{% embed url="<https://frc-radio.vivid-hosting.net/overview/programming-your-radio-at-home/network-assistant-tool>" %}

* Connect your radio to your computer via **ethernet through the "DS" port** in the radio
* Follow the directions on that page to begin setting the program up, run all of the checks then click yes to go to the **radio configuration page**

<figure><img src="/files/rMiKj8goeaxBNhMAIaTQ" alt="" width="563"><figcaption><p>Radio Configuration Page</p></figcaption></figure>

#### Step 3 - Select the firmware file you downloaded from Step 1, and paste in the checksum/SHA-256 into the line below.

#### Step 4 - Click Upload

<figure><img src="/files/zvtKiVKAAk5M4glfwHLH" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://hmb-robotics.gitbook.io/documentation/programming-radio/upgrading-radio-firmware.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.
