docs(aicore/ax-m1): align env_install with new axclhost packages#1905
Merged
nascs merged 1 commit intoJul 2, 2026
Merged
Conversation
Replace the single axcl_host_aarch64_V3.6.5 deb with the three new packages (axclhost-firmware / task-axclhost / axclhost-dkms) and add the systemd-modules-load restart, matching the install procedure already documented in spi-flash.md. Update both the Chinese and English pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
把
docs/aicore/ax-m1/getting-started/env_install里安装 AXCL 驱动这一步从单一的axcl_host_aarch64_V3.6.5_20250908154509_NO4973.deb改为三个新的 deb 包,并补上systemd-modules-load重启,与spi-flash.md里的安装流程保持一致。axclhost-firmware_3.6.5-1_all.debtask-axclhost_3.6.5-1_all.debaxclhost-dkms_3.6.5-1_all.debWhy
原先教程里的
axcl_host_aarch64_V3.6.5...deb与spi-flash.md已采用的axclhost-firmware / task-axclhost / axclhost-dkms三包方式不一致,新用户按env_install走完后仍会缺少对应的 systemd 模块加载步骤。统一成同一套安装流程可以减少入门阶段的踩坑。Changes
docs/aicore/ax-m1/getting-started/env_install.mdi18n/en/docusaurus-plugin-content-docs/current/aicore/ax-m1/getting-started/env_install.md两个版本同步更新,替换单包安装命令,并补上
sudo systemctl restart systemd-modules-load。Reference