Skip to content

docs(aicore/ax-m1): add V1.1 product photos and align memory/NPU spec wording#1930

Merged
Milir-Radxa merged 2 commits into
radxa-docs:mainfrom
tangzz-radxa:docs/ax-m1-v11-product-photos-20260714
Jul 14, 2026
Merged

docs(aicore/ax-m1): add V1.1 product photos and align memory/NPU spec wording#1930
Milir-Radxa merged 2 commits into
radxa-docs:mainfrom
tangzz-radxa:docs/ax-m1-v11-product-photos-20260714

Conversation

@tangzz-radxa

@tangzz-radxa tangzz-radxa commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

对 Radxa AICore AX-M1 文档做三处协调改动,让页面与实际硬件版本保持一致:

  1. 主产品页加 V1.1 产品图 + Tabs 切换docs/aicore/ax-m1/README.md + 英文版)
  2. 主产品页规格口径对齐8GB LPDDR4x / 24TOPS@INT8Up to / 最高可选 / 最高可达
  3. getting-started 教程页加 V1.1 Tabsdocs/aicore/ax-m1/getting-started/README.md + 英文版,复用同一批 V1.1 webp)

背景

售后技术支持同事反馈三点:

  • AX-M1 现有批次里已出现 V1.1 版本(PCB 丝印 Radxa AICore AX-M1 V1.1),与 V1.0 外观存在差异,但页面只展示 V1.0 图片,客户看到文档图片与实物不符。
  • 内存 / NPU 现有 spec 表写的是定值(8GB LPDDR4x / 24TOPS@INT8),与实际 "按 SKU 可选" 的产品定位不符,需要用 Up to / 最高可选 / 最高可达 表达。
  • getting-started 教程首页也存在同样的图片问题,需要同样的版本切换。

改动详情

1. 主产品页:产品外观 Tabs + V1.1 图片

新增两张 V1.1 webp:

  • static/img/aicore-ax-m1/aicore_ax_m1_top_v11.webp(V1.1 正面)
  • static/img/aicore-ax-m1/aicore_ax_m1_bottom_v11.webp(V1.1 背面)

"产品外观"小节结构由单个 <div> 改为:

<Tabs queryString="ax-m1-version">
  <TabItem value="V1.0"> 两张 V1.0 图 </TabItem>
  <TabItem value="V1.1"> 两张 V1.1 图 </TabItem>
</Tabs>

queryString="ax-m1-version" 让切换版本时 URL 带上 ?ax-m1-version=V1.1,方便深链。

2. 主产品页:规格表口径

项目
内存(中) 8GB LPDDR4x 最高可选 8GB LPDDR4X
内存(英) 8 GB LPDDR4x Up to 8GB LPDDR4X
NPU(中) 24TOPS@INT8;… 最高可达 24TOPS@INT8;…
NPU(英) 24 TOPS@INT8; … Up to 24TOPS@INT8; …

3. getting-started 教程页:产品实物 Tabs

docs/aicore/ax-m1/getting-started/README.md(含英文版)"产品实物 / Product overview" 小节用同样的 <Tabs> 结构展示 V1.0 / V1.1 两套图,复用上面已经上传的 V1.1 webp。

改动范围说明

  • 4 个 markdown 文件(zh + en 各 2 个),集中在 aicore/ax-m1 子树;
  • 2 个 webp 静态资源在 static/img/aicore-ax-m1/,被 markdown 中的 <img> 直接引用,与 docs 改动强相关、不可拆分,因此同 PR 提交;
  • 未动 docs/aicore/ax-m1/getting-started/hardware_install.md:里面 3 张安装过程图(preinstall / install / heat)目前没有 V1.1 版本实拍,强行加 Tabs 会误导。等拿到 V1.1 安装图后再单独补一个 PR。

影响范围

  • 仅影响 AICore AX-M1 产品页 + getting-started 教程页;
  • dx-m1 / sg2300x 等其他产品同名字段未变动
  • 同一页面其他章节(产品特性、应用场景、硬件安装流程等)未变动

预览

merge 后访问:

英文站对应路径同上,加 /en/ 前缀。

来源

售后技术支持群(2026-07-14)吴闽龙反馈并提供 V1.1 实拍图、确认规格口径调整。

@tangzz-radxa tangzz-radxa requested review from a team, akgnah and xzuoqi as code owners July 14, 2026 03:58
… wording

Two coordinated changes for the AICore AX-M1 product page:

1. Split the product appearance section into a Tabs component (V1.0 / V1.1)
   so users can switch between hardware revisions. Adds the V1.1 front and
   back photos as webp assets alongside the existing V1.0 set.

2. Update the spec table memory and NPU values to use 'Up to' / 最高可达
   wording to match the SKU configurability, in both Chinese and English.

Source: feedback from 吴闽龙 in 售后技术支持 (2026-07-14)
@tangzz-radxa tangzz-radxa force-pushed the docs/ax-m1-v11-product-photos-20260714 branch from 8f8e1df to ae9a97e Compare July 14, 2026 04:00
@tangzz-radxa tangzz-radxa changed the title docs(aicore/ax-m1): add V1.1 product photos via Tabs component docs(aicore/ax-m1): add V1.1 product photos and align memory/NPU spec wording Jul 14, 2026
…photos

Mirror the product page change on the getting-started tutorial landing page
so the V1.0 / V1.1 hardware version switch also applies here. Reuses the
V1.0 / V1.1 webp assets already added in the previous commit.

The hardware_install sub-page installation photos (preinstall / install /
heat) are intentionally left as-is because no V1.1 installation shots have
been provided yet — Tabs without a real V1.1 photo would be misleading.

Source: feedback from 吴闽龙 in 售后技术支持 (2026-07-14)
@Milir-Radxa Milir-Radxa merged commit 47f5ae0 into radxa-docs:main Jul 14, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants