Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/aicore/dx-m1/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ last_verified: 2026-06-30

智核 DX-M1 / DX-M1M 在 Windows 上通过 PCIe 接口通信,需安装配套驱动。

1. 解压 `dx_rt_windows` 软件包,进入 `m1/v3.2.0/dxm1drv/` 目录
首先克隆 `dx_rt_windows` 仓库,后续步骤中的相对路径(如 `m1\v3.2.0\...`)均基于该仓库根目录:

```bash
git clone https://github.com/DEEPX-AI/dx_rt_windows.git
cd dx_rt_windows
```

1. 进入 `m1/v3.2.0/dxm1drv/` 目录
2. 解压 `dxm1drv.zip`,得到 `dxm1drv.inf`、`dxm1drv.sys`、`dxm1drv.cat`
3. 右键点击 `dxm1drv.inf`,选择 **安装**
4. 安装完成后,打开设备管理器,在 **处理加速器 (Processing accelerators)** 下应能看到 **DEEPX DEVICE - M1 PCI CONTROLLER**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ The DX-M1 / DX-M1M AI accelerator supports Windows 10 / 11 x64. This guide cover

The DX-M1 / DX-M1M communicates over PCIe on Windows and requires a companion driver.

1. Extract the `dx_rt_windows` package and navigate to `m1/v3.2.0/dxm1drv/`
First, clone the `dx_rt_windows` repository. All relative paths in the following steps (such as `m1\v3.2.0\...`) are relative to the root of this repository:

```bash
git clone https://github.com/DEEPX-AI/dx_rt_windows.git
cd dx_rt_windows
```

1. Navigate to `m1/v3.2.0/dxm1drv/`
2. Extract `dxm1drv.zip` to obtain `dxm1drv.inf`, `dxm1drv.sys`, and `dxm1drv.cat`
3. Right-click `dxm1drv.inf` and select **Install**
4. After installation, open Device Manager. Under **Processing accelerators**, you should see **DEEPX DEVICE - M1 PCI CONTROLLER**
Expand Down