For the complete documentation index, see llms.txt. This page is also available as Markdown.
Page cover

Firmware Installation

Installation guide for DEXAIM custom firmware. Not applicable to all firmware.

Shop our custom 1:1 fully emulated firmware for EAC, BE, ACE, VGK and more.

Tier 1, 2, 3, & 5 Firmware

For Tier 1, 2, 3, & 5 firmware, follow the guide below. For Tier 4, see Tier 4 Firmware

On the GAMING PC

1

Power OFF the GAMING PC

2

Move the USB cable

  • move the USB-C data cable to the JTAG port on the DMA card

If the DMA card is not labeled, the JTAG port is the port closest to the PCB pins (bottom port).

3

Power ON the GAMING PC

On the DMA PC

1

Flash the firmware

Firmware is always delivered as a .bin file. If Windows renames it to an audio file like .mp3, rename the file extension to .bin or re-download the firmware.

  • Use Kilmu's DMA Tool to flash firmware to the DMA card

  • click Select File

  • choose your firmware .bin file

  • from the drop-down, select your DMA card type (T-Rating):

    • for 35T cards: XC7A35T

    • for 75T cards: XC7A75T

    • for 100T cards: XC7A100T

  • click Flash

2

Perform a speed test

  • Using Kilmu's Speed Test option within the tool or using Lone's DMA test tool, perform a speed test on the DMA card

3

Move the USB cable

  • Move the USB-C data cable to the DATA port on the DMA card

If the DMA card is not labeled, the DATA port is the port furthest from the PCB pins (top port).

  • Perform a Flea Power Drain/Cold Boot on BOTH PCs

    • verify once more using a DMA test tool that the DMA card is connected and passes speed/throughput tests

On the GAMING PC

1

Adjust power options

  • Press the Windows Key -> type power plan -> click edit power plan -> click Change advanced power settings -> set Hard Disk, Turn off hard disk, Setting (Minutes): 0

2

Install drivers

  • If drivers are included in your order, download and install them.

Installing drivers using Windows Explorer

Some drivers do not have an executable to install them easily; we can use native Windows Explorer functionality to install.

Method to Install Drivers via Windows Exporer

  1. If your driver is in an archive (.zip), extract it:

    • Right click on the .zip file and select Extract All...

  2. Find the driver file:

    • Open the newly extracted folder.

    • Find the .inf file

      • If you are unsure about which file, in the Windows Explorer menu, click View and check the box for File name extensions.

    • Once you've located the .inf, right click on the file and select Install.

Right click on the .inf file and select Install
Installing drivers using command prompt

Some drivers do not have an executable to install them easily; we can use command prompt or Windows PowerShell to install via commands.

Methods to Force Install Drivers via CMD

  1. Open Command Prompt as Administrator:

    • Press Win + S, type cmd, right-click Command Prompt, and select Run as administrator.

  2. Using pnputil (Recommended):

    • Force Install/Update: pnputil /add-driver "C:\Path\To\Driver.inf" /install.

    • Force Override/Replace: If a driver is already present, use: pnputil /add-driver "C:\Path\To\Driver.inf" /install /force.

    • Install all drivers in a folder: pnputil /add-driver "C:\Path\To\Folder\*.inf" /subdirs /install.

  3. Using drvload (For Windows Recovery/BMR):

    • To load a driver during boot-time (BMR), use: drvload C:\path\to\driver.inf.

  4. Using PowerShell (Alternative to CMD):

    • To force install all .inf files in a folder:powershell

Tier 4 Firmware

1

Flash the firmware

  • follow the normal flashing steps (as outlined above)

  • reboot the GAMING PC, enter BIOS

2

Enable the VMD controller

Using the search feature, find and toggle the following: (some options may be named differently)

  • optional: enable VT-D or IOMMU

  • disable DMA Kernel Protection

  • disable DMA Control Guarantee

  • enable VMD controller

Example of the VMD controller location in the ASUS BIOS.
Example of the VMD controller location in the ASUS BIOS.
3

Map the VMD controller

  • disable all other mappings

  • enable VMD mapping to the DMA card only

4

Reinstall Windows

  • Perform a clean Windows 10 22H2 install Clean Windows Install

    • make sure to install VMD and the VMD controller drivers

Windows 10 22H2 is recommended, however it is not required.

5

Verify the VMD Controller

  • once booted into Windows 10 22H2, check device manager

  • click view -> devices by connection

    • you should see a device shown under VMD controller

Last updated

Was this helpful?