> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/quick-start-and-downloads/step-2-update-firmware.md).

# STEP 2: Update Firmware

## Update Firmware

{% hint style="info" %}
Setting up for the first time? The All-in-One — Easy Setup covers this as part of the full walkthrough.\
This page is for updating on its own.
{% endhint %}

***

### <i class="fa-list-check">:list-check:</i> Before you start <a href="#before" id="before"></a>

|              |                                                                                      |
| ------------ | ------------------------------------------------------------------------------------ |
| **Software** | [Zen Studio Live](https://zenstudio.collectivemindsstore.com/) in the Chrome browser |
| **Cable**    | A USB-C **data cable**, not charge-only                                              |
| **Port**     | The **top port** on the Zen                                                          |
| **Button**   | The small blue button on the back                                                    |

{% hint style="warning" %}
On a charge-only cable the Zen lights up but stays invisible to your computer. If your phone's files show up when you connect it with that cable, it's a data cable.
{% endhint %}

***

### <i class="fa-arrows-rotate">:arrows-rotate:</i> Update <a href="#update" id="update"></a>

{% stepper %}
{% step %}

#### Unplug everything

Remove every cable from the Zen. The next steps only work if the Zen starts out with nothing attached.
{% endstep %}

{% step %}

#### Hold the blue button

Turn the Zen around so you can see the back and find the small blue button. Press and hold it, and keep holding.
{% endstep %}

{% step %}

#### Plug in while still holding

With the button still held, plug the USB data cable into the **top port** of the Zen.

The order is what matters: hold first, then plug in.
{% endstep %}

{% step %}

#### Connect in Zen Studio Live

Click **Update Firmware** in the bottom-left corner, then click **Connect Device**. Choose **Cronus Zen** from the list and click **Connect**.
{% endstep %}

{% step %}

#### Start the update

Click **Update to latest**. The firmware now writes to your Zen.
{% endstep %}

{% step %}

#### Wait for it to finish

This takes a while. Do not unplug the cable and do not close the page while it runs.

When it is done you get a success message that says **Firmware updated**. Click **Close**.
{% endstep %}

{% step %}

### **Prefer to watch someone do it?**

We have a short video that walks through connecting your Zen to Zen Studio Live.
{% endstep %}
{% endstepper %}

{% embed url="<https://www.youtube.com/watch?v=rocT6KLMA20>" %}
Updating the Cronus Zen firmware
{% endembed %}

{% hint style="danger" %}
**Do not interrupt the update.**

Unplugging the cable or closing the page part-way through can leave the Zen with half-written firmware. Let it finish, however long it takes.
{% endhint %}

***

### <i class="fa-globe">:globe:</i> Alternative: Web Update Tool <a href="#web-update-tool" id="web-update-tool"></a>

The online firmware update tool works in Chrome and Edge, on Windows®, macOS®, and Android® — USB OTG is required on Android®.

<a href="https://firmware.modcentral.ca/" class="button primary">Open the Web Update Tool</a>

***

### <i class="fa-triangle-exclamation">:triangle-exclamation:</i> If something goes wrong <a href="#troubleshooting" id="troubleshooting"></a>

| Symptom                                  | What to do                                                                                                                |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **Cronus Zen**™ is not in the list       | The Zen is not in the right mode. Unplug the cable, hold the blue button again, and plug the cable in while still holding |
| Still not in the list                    | Try a different cable — a charge-only cable will not work here either                                                     |
| Nothing happens after **Connect Device** | Unplug the Zen, plug it back in, and click **Connect Device** again                                                       |

***

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Quick Reference</strong></td><td>Ports, links, and lookups on one page.</td><td><a href="/pages/tZ5QnE33RgQuKi7xX5jw">/pages/tZ5QnE33RgQuKi7xX5jw</a></td><td><a href="/files/QVpjTFTllEZ8ksebknTC">/files/QVpjTFTllEZ8ksebknTC</a></td></tr><tr><td><strong>Changelog</strong></td><td></td><td><a href="/pages/QfYbpJFWk027YJpK2ZZw">/pages/QfYbpJFWk027YJpK2ZZw</a></td><td><a href="/files/vWUox4zKE8H254TeoTIE">/files/vWUox4zKE8H254TeoTIE</a></td></tr></tbody></table>


---

# 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://guide.cronuszen.com/quick-start-and-downloads/step-2-update-firmware.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.
