Update MACA

mirror 2024-10-12 12:11:19 +08:00
parent 700b9ba6e5
commit 398fd4ff77

57
MACA.md

@ -77,6 +77,36 @@
## Metax Driver
### 硬件平台兼容列表
| CPU架构 | 操作系统 | 内核版本 | 状态 |
|-----------|----------------|------------------------------------|----------------------|
| x86_64 | Ubuntu 18.04 | 5.4.0-42-generic | 支持 |
| | | 5.4.0-131-generic | |
| | | 5.4.0-148-generic | |
| x86_64 | Ubuntu 20.04 | 5.4.0-26-generic | 支持 |
| | | 5.4.0-42-generic | |
| | | 5.15.0-58-generic | |
| x86_64 | Ubuntu 22.04 | 5.15.0-72-generic | 支持 |
| | | 5.19.0-46-generic | |
| x86_64 | CentOS 8 | 4.18.0-240.el8.x86_64 | 支持 |
| x86_64 | RedHat 8.3 | 4.18.0-240.el8.x86_64 | 支持 |
| x86_64 | RedHat 8.6 | 4.18.0-372.9.1.el8.x86_64 | 支持 |
| x86_64 | RedHat 9 | 5.14.0-70.22.1.el9_0.x86_64 | 支持 |
| x86_64 | CentOS 7 | 4.19.0-1.el7.elrepo.x86_64 | 支持加载Docker Container形式 |
| | | 5.14.0-7.x86_64 | |
| x86_64 | BC Linux | 4.19.90-2107.6.0.0100.oe1.bclinux | 支持 |
| x86_64 | BCLinux R8 U2 | 4.19.0-240.23.11.el8_2.bclinux.x86_64 | 支持 |
| x86_64 | CC Linux | 5.15.131-2.cl9.x86_64 | 支持 |
| x86_64 | Kylin V10 SP2 | 4.19.90-24.4.v2101.ky10.x86_64 | 支持 |
| x86_64 | ALinux3 | 5.10.134-13.1.al8.x86_64 | 支持 |
| x86_64 | CTYun 23.01 | 5.10.0-136.12.0.86.ctl3.x86_64 | 支持 |
| x86_64 | KeyarchOS 5.8 | 4.19.91-27.4.19.kos5.x86_64 | 支持 |
| Arm | Kylin V10 2309a | 5.15.0-1.10.6.v2307.ky10h.aarch64 | 支持 |
| Arm | Kylin V10 SP2 | 4.19.90-85.0.v2307.ky10.aarch64 | 支持 |
### 适配所有 Centos7系统
- **配置YUM源**
@ -175,33 +205,6 @@
```bash
lsmod | egrep "(metax|mxgvm)"
```
### 硬件平台兼容列表
| CPU架构 | 操作系统 | 内核版本 | 状态 |
|-----------|----------------|------------------------------------|----------------------|
| x86_64 | Ubuntu 18.04 | 5.4.0-42-generic | 支持 |
| | | 5.4.0-131-generic | |
| | | 5.4.0-148-generic | |
| x86_64 | Ubuntu 20.04 | 5.4.0-26-generic | 支持 |
| | | 5.4.0-42-generic | |
| | | 5.15.0-58-generic | |
| x86_64 | Ubuntu 22.04 | 5.15.0-72-generic | 支持 |
| | | 5.19.0-46-generic | |
| x86_64 | CentOS 8 | 4.18.0-240.el8.x86_64 | 支持 |
| x86_64 | RedHat 8.3 | 4.18.0-240.el8.x86_64 | 支持 |
| x86_64 | RedHat 8.6 | 4.18.0-372.9.1.el8.x86_64 | 支持 |
| x86_64 | RedHat 9 | 5.14.0-70.22.1.el9_0.x86_64 | 支持 |
| x86_64 | CentOS 7 | 4.19.0-1.el7.elrepo.x86_64 | 支持加载Docker Container形式 |
| | | 5.14.0-7.x86_64 | |
| x86_64 | BC Linux | 4.19.90-2107.6.0.0100.oe1.bclinux | 支持 |
| x86_64 | BCLinux R8 U2 | 4.19.0-240.23.11.el8_2.bclinux.x86_64 | 支持 |
| x86_64 | CC Linux | 5.15.131-2.cl9.x86_64 | 支持 |
| x86_64 | Kylin V10 SP2 | 4.19.90-24.4.v2101.ky10.x86_64 | 支持 |
| x86_64 | ALinux3 | 5.10.134-13.1.al8.x86_64 | 支持 |
| x86_64 | CTYun 23.01 | 5.10.0-136.12.0.86.ctl3.x86_64 | 支持 |
| x86_64 | KeyarchOS 5.8 | 4.19.91-27.4.19.kos5.x86_64 | 支持 |
| Arm | Kylin V10 2309a | 5.15.0-1.10.6.v2307.ky10h.aarch64 | 支持 |
| Arm | Kylin V10 SP2 | 4.19.90-85.0.v2307.ky10.aarch64 | 支持 |