> For the complete documentation index, see [llms.txt](https://frc-radio.vivid-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frc-radio.vivid-hosting.net/overview/firmware-releases.md).

# 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](/overview/upgrading-firmware/checking-firmware-version.md) 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="/files/huJQF7wr2eEGveExfnHK" %}

**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](/overview/upgrading-firmware/checking-firmware-version.md) to learn how to find out.
{% endhint %}

{% tabs %}
{% tab title="Radio Variant" %}
{% file src="/files/YknuPV9bxs1fjAHN5alO" %}

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