# Firmware Releases

{% hint style="info" %}
**Attempting to reload firmware after upgrading to 1.2.x?**

Releases prior to 1.2.0 were encrypted with an outer key A with an inner encryption key A.\
Starting with release 1.2.0, releases are encrypted with an outer key of encryption key A, but, has a new inner encryption key B.

If you attempt to re-upload the 1.2.x firmware it will fail to decrypt as it was signed and encrypted with key A.

You must load the other 1.2.x → 1.2.x releases of your choosing in the right two tabs as those releases were signed/encrypted with key B.
{% endhint %}

## Firmware Releases for Radios at 1.2.x or newer

{% hint style="warning" %}
Unsure what firmware version is on your radio? [Click here](https://frc-radio.vivid-hosting.net/overview/upgrading-firmware/checking-firmware-version) to learn how to find out.

All radios sold since September of 2025 have 1.3.0 pre-installed.
{% endhint %}

{% tabs %}
{% tab title="Radio Variant" %}
{% file src="<https://4239402461-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzaDthb1gXvbj84qIfOUE%2Fuploads%2FDYZGxAFlpIglmx8C31gq%2FVH-109_2.0.1-02062026.FROM_1_2_X.img.enc?alt=media&token=711cee42-568c-4533-a5f7-712895e1c6a3>" %}

**SHA-256**

```
77575f490fa0a07503e5235cdd85118b0a81c69bc0b8db7a9fc131ea2d8c6315
```

{% endtab %}
{% endtabs %}

## Firmware Releases for Radios *Prior* to 1.2.0

Unsure what firmware version is current on your radio?

{% hint style="warning" %}
Unsure what firmware version is on your radio? [Click here](https://frc-radio.vivid-hosting.net/overview/upgrading-firmware/checking-firmware-version) to learn how to find out.
{% endhint %}

{% tabs %}
{% tab title="Radio Variant" %}
{% file src="<https://4239402461-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzaDthb1gXvbj84qIfOUE%2Fuploads%2FDOB0aVqc7pD50euGhir9%2FVH-109_2.0.1-02062026.img.enc?alt=media&token=e44ae3c3-5c07-48f6-8103-59e26cfe7839>" %}

**SHA-256**

```
77575f490fa0a07503e5235cdd85118b0a81c69bc0b8db7a9fc131ea2d8c6315
```

{% endtab %}
{% endtabs %}

## What Version Is Required For Official Competitions?

Radios must be updated to at least 2.0.0 to be used at official events in the 2026 FIRST FRC Competition season. If your radio is running a version prior to 2.0.0, it will be upgraded to the latest version when you use the Radio Kiosk at an official FIRST event.&#x20;


---

# 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://frc-radio.vivid-hosting.net/overview/firmware-releases.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.
