docs(aicore-ax-m1): split AXCL firmware and SPI Flash firmware into 4GB/8GB versions - #2120
Merged
Milir-Radxa merged 2 commits intoSep 16, 2026
Conversation
…GB/8GB versions - Downloads page: list 4GB/8GB firmware debs and 4GB/8GB SPI Flash bins - Update SPI Flash firmware tutorial with 4GB/8GB tabs - env_install: firmware package install also split into 4GB/8GB tabs The previous single files axclhost-firmware_3.6.5-1_all.deb and spl_AX650_card_signed.bin now return 404.
…xplicit link Replace the vague "resources section on the left panel" tip with a direct link to the Downloads page, matching the wording used in the SPI Flash firmware tutorial.
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
Radxa AICore AX-M1 的 Firmware 与 SPI Flash 固件已按内存容量拆分为 4GB / 8GB 两个版本,旧文件已从下载服务器移除(实测
404):axclhost-firmware_3.6.5-1_all.deb→axclhost-firmware_3.6.5-1_all_4gb.deb/..._8gb.debspl_AX650_card_signed.bin→spl_AX650_card_signed_4gb.bin/..._8gb.binChanges
docs/aicore/ax-m1/download.md+ EN:AXCL 驱动包 Firmware 项、SPI Flash 固件项均改为 4GB / 8GB 两个版本,链接指向新文件docs/aicore/ax-m1/getting-started/spi-flash.md+ EN:升级 SPI Flash 固件教程中,安装驱动与刷写固件两处使用Tabs(groupId="ax-m1-capacity")区分 4GB / 8GB,选中状态在页面内保持同步docs/aicore/ax-m1/getting-started/env_install.md+ EN:安装 AXCL 驱动的命令同样使用 4GB / 8GB tabs,避免继续引用已 404 的旧固件包Reason
客户与同事按教程下载时,会拿到 404 链接,或误用与模块容量不匹配的固件。拆分为两个版本后,页面入口与实际发布文件保持一致,也避免刷错固件导致模块无法启动。
Verification
curl -I实测:4 个新链接均200,2 个旧链接均404github_pr_guard.py check:scope 单一(docs/aicore/ax-m1),中英文均已同步Tabs/TabItem组件在本仓库其他 AX-M1 文档中已有使用先例Source
来源:内部售后技术支持群,Radxa 同事提供的官方下载链接(4GB / 8GB 固件),确认 Firmware 与 SPI Flash 固件均已拆分为两个版本。