> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/stagehand/firmware/manually-updating-legacy-cards.md).

# Manually Updating Legacy Stagehand Cards

To manually update the firmware on any Stagehand Classic, Mini, DC, Hydraulic, Stagehand Apprentice, Stagehand Pro 2/3/4 you'll need the Stagehand Updater utility.

{% hint style="info" %}
Download the [Stagehand Updater Utility here](https://creativeconners.com/files/stagehand/Stagehand_Update.zip).
{% endhint %}

1. Use an ethernet cable to connect your computer to the Stagehand.
2. Release the E-Stop - The Stagehand cannot be in an E-Stop state to update the Firmware
3. Unzip the Stagehand\_Update folder to your Desktop

{% hint style="info" %}
The folder will have 5 files in it - they are all required to be in the same directory as the Stagehand Update.exe application
{% endhint %}

4. Browse to C:\Users\\\[user]\AppData\Roaming\Spikemark Firmware\Stagehands\Motors
5. Locate the Stagehand Motor firmware files you need from the Spikemark directory. [See table above for Stagehands and frimware versions](#current-firmware)

<figure><img src="https://3040525219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhFI6SSKpm8M7EkrYqp%2Fuploads%2Fgit-blob-5796b51e94677fa174149138d986802f3f84b111%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

6. Run Stagehand Update.exe from the folder on your desktop.

![](https://3040525219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhFI6SSKpm8M7EkrYqp%2Fuploads%2Fgit-blob-1f8f9f9007c3da83196daeffa16d6d934bc69eff%2FUpdater%20Tool.png?alt=media)

7. Enter the IP Address of the Stagehand you need to update
8. Select the proper firmware file that you found in the previous step.

{% hint style="info" %}
IMPORTANT NOTE: Pushing the incorrect firmware file to the Stagehand will require a trip back to the factory to restore
{% endhint %}

9. Press the UPDATE button

* A few new windows will flash on the screen
* After the process is complete, the newly updated Stagehand will reboot in about 30 seconds. During reboot, it should display the new firmware revision number.

10. Once the Stagehand has automatically rebooted, remove power from the Stagehand for 10s to completely power cycle the card.

And that's it, you're now running the latest and greatest firmware version!

{% hint style="danger" %}
After updating the firmware and confirming the latest and greatest firmware is installed you must power cycle your Stagehand controller.
{% endhint %}

Check out [these instructions](/docs/stagehand/firmware/manually-updating-a-stagehand-unipolar-v6-card-via-usb.md) to check out how to manually update a Unipolar 6 Stagehand (Stagehand Pro 5, Stagehand Apprentice 2)


---

# 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://docs.creativeconners.com/docs/stagehand/firmware/manually-updating-legacy-cards.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.
