> 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-a-stagehand-unipolar-v6-card-via-sd-card.md).

# Manually Updating a Stagehand Unipolar V6 Card via SD Card

Occasionally you may find updating the firmware for a Pro 5, Apprentice 3 or Classic+ doesn't work and displays a "-2" error. If you're in that boat, you've landed on the right page! Take a look at the instructions below to manually update the firmware.

You'll only need to make the update this way once, any future updates will happen through Spikemark.

REQUIRED ITEMS

* Computer with Spikemark
* microSD Card reader - [Here's a simple one from Amazon](https://www.amazon.com/Anker-Portable-Reader-RS-MMC-Micro/dp/B006T9B6R2/ref=sr_1_5?crid=28G4TPHJMOJSL\&dib=eyJ2IjoiMSJ9.aZ5CyI1seaCTFVUzT0NlJuQ4utVKdfi9Nv-vcbUjqzsgp8o1r30CtggySJ5qiPwuND2qOND6twhUNMhjHPwPYQJ1HNYwYdFnkgfVrsGCvhn3CJcJqGmA8IfuxUcvF2XRWut1usBY2S6IM-aFa8rkxu5Kk4HFEOcqu8_-YyMcFtHNgd0KP0WHZcpjXTrcpzPn3C9huUOzHWs7M7XL1sO76rbAAKQA0Y9hl0AWWqN1QJo.-3-G5JkihqTETVIhzjRoo4PPDYwUBVsM-qO1Tjd0Gco\&dib_tag=se\&keywords=microsd+card+reader\&qid=1737055879\&sprefix=microsd+card+reader%2Caps%2C81\&sr=8-5)
* A bit of patience

{% hint style="warning" %}
**REMOVE INPUT POWER TO THE STAGEHAND PRIOR TO OPENING THE ENCLOSURE**
{% endhint %}

1. Remove the 6 button head cap screws holding the front panel and gently tip the front panel down to reveal the Stagehand Control Card.\
   \\

   <figure><img src="/files/riERMdYf25hxTdE7kyZB" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/VhZd6pJqsLg1ZreI8Twy" alt=""><figcaption></figcaption></figure>
2. In the center of the Control Card is a smaller card that has a micro SD card at the top and a single CAT5 at the bottom. This is the ARM microprocessor.\\

   <figure><img src="/files/i2J1VV8oBhmkRBxkmJNc" alt=""><figcaption></figcaption></figure>
3. Locate the microSD Card, remove it from the Stagehand, and connect it to your computer with Spikemark.
4. Open Windows Explorer and navigate to your microSD Card. It should have nothing on it.
5. Open a 2nd File Explorer window and navigate to the Spikemark firmware directory: C:\Users{User}\AppData\Roaming\Spikemark\Firmware\Stagehands\Motors\Version-6

**PRO TIP: You may need to “Show Hidden Files” to see all the information.**

<figure><img src="/files/50srrfTc4nZxrss68fqG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/yHEuNVRgBhscyx5rnYXA" alt=""><figcaption></figcaption></figure>

6. Click and drag the “STAGEHAND6-6xx.bin” file from the firmware folder to the micro SD Card window.

<figure><img src="/files/gXoIuAJk8GUFjWLLP79X" alt=""><figcaption></figcaption></figure>

7. Right Click on the new file in the microSD Card, and select Rename file. Change the name to "update.bin" **in all lowercase** and press Enter to confirm.

<figure><img src="/files/RpIXJ88gtlbsi13hU3K7" alt=""><figcaption></figcaption></figure>

8. Click in the empty space below the new file to deselect it, and then press Eject in the top menu bar to eject the microSD Card from the computer.
9. Reinstall the microSD Card into the Stagehand. **Notice that the front of the microSD Card is facing toward the enclosure.**

<figure><img src="/files/9mcFlpZeNOMfB4qnaZXW" alt=""><figcaption></figcaption></figure>

9. With the Stagehand still open, POWER ON THE STAGEHAND.
10. Once the Stagehand card is powered on, press the small button on the underside of the board that is to the left of the microSD Card. This will start the firmware update process.

<figure><img src="/files/KjFrRhThgngTnNKWXo6S" alt=""><figcaption></figcaption></figure>

11. Wait for the Stagehand to complete the firmware update and automatically restart. Watch for the firmware version as it is turning back on to confirm that the new firmware has updated.

<figure><img src="/files/2wxEQdxyJi1wrxhwl2hZ" alt=""><figcaption></figcaption></figure>

11. If the firmware updated successfully, power cycle the Stagehand one more time.
12. Once the power is back on, go ahead and close the Stagehand, and re-install the faceplate screws.

<figure><img src="/files/sPK3RhTgsVOJhV7hdfEG" alt=""><figcaption></figcaption></figure>

If you get stuck anywhere along the way, drop an email to <support@creativeconners.com> or call us at: 401-289-2942 x2.


---

# 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-a-stagehand-unipolar-v6-card-via-sd-card.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.
