> For the complete documentation index, see [llms.txt](https://docs.revrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revrobotics.com/brushless/legacy/spark-max-client/recovery.md).

# Recovery Mode with the SPARK MAX Client

{% hint style="info" %}
This is **legacy documentation** for our discontinued SPARK MAX Client Software. If you are interested in running a SPARK MAX via a computer, please see our newer documentation: [Getting Started with the REV Hardware Client.](https://docs.revrobotics.com/rev-hardware-client/)
{% endhint %}

When updating the firmware on the SPARK MAX, it is possible for the process to be interrupted or for the firmware to be corrupted by a bad download. In this state, the Status LED will be dark and the SPARK MAX will fail to operate. SPARK MAX has a built-in recovery mode that can force it to accept new firmware even if the controller seems to be bricked. The following procedure requires a small tool, like a straightened paper clip, to press the Mode Button, a USB C cable, and a computer with the [SPARK MAX Client Application](/brushless/legacy/spark-max-client.md) installed:&#x20;

1. With the SPARK MAX powered off completely, press and hold the Mode Button.
2. While still holding the Mode Button, connect the SPARK MAX to the computer using the USB cable. The Status LED **will not** illuminate, this is expected.
3. Wait a few seconds for the computer to recognize the connected device, then release the Mode Button.
4. Open the SPARK MAX Client Application. The SPARK MAX will remain dark and it **will not** connect to the Client, this is expected.
5. Navigate to the **Network** tab and click the **Rescan** arrows at the top of the window.
6. The SPARK MAX will be listed under *Devices in Recovery Mode.* Click the checkbox next to the device.
7. Click the **Load Firmware** button.
8. Select the latest firmware file and click **Open**.
9. The firmware should load successfully and the SPARK MAX will now connect to the Client.


---

# 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:

```
GET https://docs.revrobotics.com/brushless/legacy/spark-max-client/recovery.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.
