From 2d86504228af2eadd4ebe5b2eb7957e3a24872f5 Mon Sep 17 00:00:00 2001 From: tangzz-radxa Date: Thu, 2 Jul 2026 12:07:02 +0800 Subject: [PATCH] docs(dx-m1): add dx_rt_windows clone step in Windows driver install The Windows driver install section used relative paths like m1\v3.2.0\... without telling readers where to clone the dx_rt_windows repository from. Add a clone step at the start of the section so the subsequent cd commands have a clear anchor. Apply the same change to the English counterpart. --- docs/aicore/dx-m1/windows/README.md | 9 ++++++++- .../current/aicore/dx-m1/windows/README.md | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/aicore/dx-m1/windows/README.md b/docs/aicore/dx-m1/windows/README.md index 45abab969..811d98c49 100644 --- a/docs/aicore/dx-m1/windows/README.md +++ b/docs/aicore/dx-m1/windows/README.md @@ -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** diff --git a/i18n/en/docusaurus-plugin-content-docs/current/aicore/dx-m1/windows/README.md b/i18n/en/docusaurus-plugin-content-docs/current/aicore/dx-m1/windows/README.md index efd6b943d..f39bf5927 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/aicore/dx-m1/windows/README.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/aicore/dx-m1/windows/README.md @@ -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**