> For the complete documentation index, see [llms.txt](https://docs.ducks-services.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ducks-services.com/dma/~/revisions/LZBvlgmumPk57voUs0Op/dma-fimware/75t-100t-firmware-flashing.md).

# 75t / 100t Firmware Flashing

### 75t / 100t Firmware Flashing Video

{% embed url="<https://youtu.be/rH_GEKNyqiA>" %}

#### 🔌 1. Connect to JTAG Port

Plug the **USB cable** into the **JTAG port** on your DMA card.

***

#### 📦 2. Install JTAG Driver

Make sure the [**JTAG Driver**](https://ducks-services.gitbook.io/dma/~/revisions/JpVzONbaEFULHqa0sxde/dma-card/jtag-driver-setup-2nd-pc) is installed on your second PC.

***

#### 📥 2. Download 75T Flashing Tool

Download the [**75t / 100t Flashing Tool**](https://mega.nz/file/X6oTGZIQ#C95km-IdJWGiFbINd0i-hMTX6w0m_Am--lN1wllAS3k)**.**

***

#### ⚙️ 3. Configure Tool Settings

In the tool, set the fields as follows:

* **If 75t - Field 1:** `xc7a75t`
* **If 100t - Field 1:** `xc7a100t`
* **Field 2:** `BIN`
* **Field 3:** `10000000`

***

#### 📂 4. Select Firmware File

Click the button below the **"FPGA"** label and select your `.bin` firmware file.

***

#### ▶️ 5. Flash the Firmware

Press the **Flash** button (located directly beneath the firmware selection).

***

#### ✅ 6. Confirm Success

Once the process completes and the progress bar reached 100%, the flash was successful.

***

#### 🚀7. Run a Speed Test

Run a [**Speed Test**](https://ducks-services.gitbook.io/dma/~/revisions/JpVzONbaEFULHqa0sxde/dma-card/speed-test-2nd-pc) to confirm everything is working correctly.

***


---

# 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.ducks-services.com/dma/~/revisions/LZBvlgmumPk57voUs0Op/dma-fimware/75t-100t-firmware-flashing.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.
