> For the complete documentation index, see [llms.txt](https://ignitedigi.gitbook.io/ignite-digi-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ignitedigi.gitbook.io/ignite-digi-wiki/home/control-ecosystem-manual/getting-started/firmware.md).

# Firmware Updates

Download the latest zip file below, which has Control Deck, Fusion Hub, FIZBUSTER and CANBUSTER .ehex firmware files inside.  Then follow the videos below for update process of each product.

Teensy Loader download here: <https://www.pjrc.com/teensy/loader.html>

{% file src="/files/aPCJwdTK3mnWZGRF7EfA" %}

## Control Deck

{% embed url="<https://www.youtube.com/watch?v=mS5bSOzxF8E>" %}

## CANBUSTER

{% embed url="<https://www.youtube.com/watch?v=-ssynz_83t0>" %}

## FIZBUSTER

Follow the CANBUSTER video above, but drop in the FIZBUSTER .ehex file instead.<br>

## Fusion Hub

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

Unplug all cables to/from Fusion Hub.\
Undo the two black M3 bolts at the top of case. Case will then come apart.\
This will reveal the Teensy computer with Micro USB port to update.\
Plug in micro USB cable to computer, press the button circled in red above.\
Use Teensy Loader and drop Fusion Hub .ehex file in.\
Press the Green down arrow in Teensy Loader to load it to device.<br>

## Servo Link

See process [HERE](/ignite-digi-wiki/home/control-ecosystem-manual/product-manuals/servo_link_manual/firmware.md)<br>

#### We also recommend running your NODO and DJI equipment on their latest firmware!

•  UPDATE FIRMWARE / [NODO Inertia Wheels](https://nodo.film/downloads)

•  UPDATE FIRMWARE / [DJI Transmission TX, High-Bright Monitor](https://www.dji.com/au/downloads/softwares/dji-assistant-2-ronin-series)

•  UPDATE FIRMWARE / [DJI Inspire 3](https://www.dji.com/au/downloads/softwares/dji-assistant-2-for-inspire-series)

•  UPDATE FIRMWARE / [DJI Ronin 4D, Ronin 2](https://www.dji.com/au/downloads/softwares/dji-assistant-2-ronin-series)

•  UPDATE FIRMWARE / [DJI RS4 Pro](https://www.dji.com/au/downloads/djiapp/dji-ronin)


---

# 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://ignitedigi.gitbook.io/ignite-digi-wiki/home/control-ecosystem-manual/getting-started/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.
