> 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/dna-id.md).

# DNA ID

#### 📥 1. Download the DNA ID Tool

Download the DNA ID tool from the link below:

> 🔗 [Download DNA ID Tool](https://mega.nz/file/u65DGLBD#RuutSPcUPxvF_ixb8U0CMc97Ov-HrKvE2p9JruM-mZc)

***

#### 🧷 2. Connect Your DMA Card via JTAG

* Plug your **DMA card** into your PC.
* Connect to the **JTAG port** on the card using the included USB cable.
* Do **not** connect through the data port — use only the **JTAG port** for this step.

***

#### 🧰 3. Install JTAG Drivers

* Once the files are downloaded, run and install the included drivers.

***

#### ▶️ 4. Run the Tool

* Locate the `.bat` file inside the downloaded folder that corresponds to your **specific DMA card model** (e.g., 35t, 75t, 100t, etc.).
* Right-click the `.bat` file and select **Run as Administrator**.
* Wait a few seconds for the script to complete.

***

#### 🔍 5. Find the DNA Line

Once the tool runs successfully, it will output a line like this:

```
DNA = XXXXX (XXXXXXXXXXXXXX)
```

***

#### 📤 6. Send Us Your DNA

* Copy the **entire DNA line** and send it along with your firmware order # in a DMA ticket.
* Example:

  ```
  DNA = 1144 (00FABB98F2318E7D)
  ```

This value is required to generate your **DNA-locked firmware**. If anything looks off or you get an error, reach out to support with a screenshot.

***


---

# 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/dna-id.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.
