# DMA Devices

- [Device List](https://dma.lystic.dev/fpga-devices/devices.md): Information on DMA devices that I have tried out
- [Screamer PCIe USB-C (R04)](https://dma.lystic.dev/fpga-devices/devices/screamer-pcie-r04.md): Information on the DMA Device sold by LambdaConcept.
- [Building custom gateware](https://dma.lystic.dev/fpga-devices/devices/screamer-pcie-r04/building-custom-gateware.md): Building custom PCILeech-fpga gateware for the Screamer.
- [Flashing custom gateware](https://dma.lystic.dev/fpga-devices/devices/screamer-pcie-r04/flashing-custom-gateware.md): Flashing custom gateware onto the Screamer.
- [Raptor DMA](https://dma.lystic.dev/fpga-devices/devices/raptor-dma.md): Information on the DMA device sold by Raptor DMA.
- [Building custom gateware](https://dma.lystic.dev/fpga-devices/devices/raptor-dma/building-custom-gateware.md): Building custom gateware for the Raptor device.
- [Flashing custom gateware](https://dma.lystic.dev/fpga-devices/devices/raptor-dma/flashing-custom-gateware.md): Flashing the RaptorDMA device with custom gateware via OpenOCD.
- [Ranger DMA (legacy)](https://dma.lystic.dev/fpga-devices/devices/ranger-dma-legacy.md): Information on the DMA device previously sold by Ranger DMA.
- [Building custom gateware](https://dma.lystic.dev/fpga-devices/devices/ranger-dma-legacy/building-custom-gateware.md): Building custom gateware for the Ranger device.
- [Flashing custom gateware](https://dma.lystic.dev/fpga-devices/devices/ranger-dma-legacy/flashing-custom-gateware.md): Flashing the RangerDMA device with custom gateware via OpenOCD.
- [CaptainDMA 75T](https://dma.lystic.dev/fpga-devices/devices/captaindma-75t.md): Information on the CaptainDMA 75T device.
- [Building custom gateware](https://dma.lystic.dev/fpga-devices/devices/captaindma-75t/building-custom-gateware.md): Building custom gateware for the Ranger device.
- [Flashing custom gateware](https://dma.lystic.dev/fpga-devices/devices/captaindma-75t/flashing-custom-gateware.md): Flashing the RangerDMA device with custom gateware via OpenOCD.
- [ZDMA Thunderbolt](https://dma.lystic.dev/fpga-devices/devices/zdma-thunderbolt.md): Information on the ZDMA Thunderbolt device.
- [Building custom gateware](https://dma.lystic.dev/fpga-devices/devices/zdma-thunderbolt/building-custom-gateware.md): Building custom gateware for the Ranger device.
- [Flashing custom gateware](https://dma.lystic.dev/fpga-devices/devices/zdma-thunderbolt/flashing-custom-gateware.md): Flashing the RangerDMA device with custom gateware via OpenOCD.
- [Usage](https://dma.lystic.dev/fpga-devices/using-dma.md): Using PCILeech with the Screamer device.
- [Limitations](https://dma.lystic.dev/fpga-devices/limitations.md): info on the current limitations of DMA devices.


---

# Agent Instructions: 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:

```
GET https://dma.lystic.dev/fpga-devices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
