Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/aicore/ax-m1/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ sidebar_position: 15

## AXCL 驱动包

- Firmware:[axclhost-firmware_3.6.5-1_all.deb](https://dl.radxa.com/aicore/ax_m1/axclhost-firmware_3.6.5-1_all.deb)
- Firmware(4GB):[axclhost-firmware_3.6.5-1_all_4gb.deb](https://dl.radxa.com/aicore/ax_m1/axclhost-firmware_3.6.5-1_all_4gb.deb)
- Firmware(8GB):[axclhost-firmware_3.6.5-1_all_8gb.deb](https://dl.radxa.com/aicore/ax_m1/axclhost-firmware_3.6.5-1_all_8gb.deb)
- Task:[task-axclhost_3.6.5-1_all.deb](https://dl.radxa.com/aicore/ax_m1/task-axclhost_3.6.5-1_all.deb)
- ARM64(AArch64):[axcl_host_aarch64_V3.6.5_20250908154509_NO4973.deb](https://dl.radxa.com/aicore/ax_m1/axcl_host_aarch64_V3.6.5_20250908154509_NO4973.deb)
- X86 (AMD64):[axcl_host_x86_64_V3.6.5_20250908154509_NO4973.deb](https://dl.radxa.com/aicore/ax_m1/axcl_host_x86_64_V3.6.5_20250908154509_NO4973.deb)
- DKMS:[axclhost-dkms_3.6.5-1_all.deb](https://dl.radxa.com/aicore/ax_m1/axclhost-dkms_3.6.5-1_all.deb)

## SPI Flash 固件

- [spl_AX650_card_signed.bin](https://dl.radxa.com/aicore/ax_m1/spl_AX650_card_signed.bin)
- 4GB:[spl_AX650_card_signed_4gb.bin](https://dl.radxa.com/aicore/ax_m1/spl_AX650_card_signed_4gb.bin)
- 8GB:[spl_AX650_card_signed_8gb.bin](https://dl.radxa.com/aicore/ax_m1/spl_AX650_card_signed_8gb.bin)

## 参考文档

Expand Down
22 changes: 18 additions & 4 deletions docs/aicore/ax-m1/getting-started/env_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,33 @@ sudo apt install gcc linux-headers-$(uname -r) make

- 安装 AXCL 驱动

:::tip
驱动安装包在左侧资源汇总下载
:::
访问 [资源汇总下载](https://docs.radxa.com/aicore/ax-m1/download) 页面下载所需的软件安装包,并将安装包放在同一目录下。请根据智核 AX-M1 的内存容量选择 4GB 或 8GB 版本。

<NewCodeBlock tip="Host" type="device">

<Tabs queryString groupId="ax-m1-capacity">
<TabItem value="4gb" label="4GB" default>

```bash
sudo dpkg -i axclhost-firmware_3.6.5-1_all.deb
sudo dpkg -i axclhost-firmware_3.6.5-1_all_4gb.deb
sudo dpkg -i task-axclhost_3.6.5-1_all.deb
sudo dpkg -i axclhost-dkms_3.6.5-1_all.deb
sudo systemctl restart systemd-modules-load
```

</TabItem>
<TabItem value="8gb" label="8GB">

```bash
sudo dpkg -i axclhost-firmware_3.6.5-1_all_8gb.deb
sudo dpkg -i task-axclhost_3.6.5-1_all.deb
sudo dpkg -i axclhost-dkms_3.6.5-1_all.deb
sudo systemctl restart systemd-modules-load
```

</TabItem>
</Tabs>

</NewCodeBlock>

- 验证安装
Expand Down
45 changes: 41 additions & 4 deletions docs/aicore/ax-m1/getting-started/spi-flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,39 @@ sidebar_position: 5

## 安装软件

访问 [资源汇总下载](../download.md) 页面下载所需的软件安装包,并将安装包放在同一目录下。
访问 [资源汇总下载](../download.md) 页面下载所需的软件安装包,并将安装包放在同一目录下。请根据智核 AX-M1 的实际内存容量选择对应版本。

<Tabs queryString groupId="ax-m1-capacity">
<TabItem value="4gb" label="4GB" default>

<NewCodeBlock tip="Host" type="host">

```bash
sudo dpkg -i axclhost-firmware_3.6.5-1_all_4gb.deb
sudo dpkg -i task-axclhost_3.6.5-1_all.deb
sudo dpkg -i axclhost-dkms_3.6.5-1_all.deb
sudo systemctl restart systemd-modules-load
```

</NewCodeBlock>

</TabItem>
<TabItem value="8gb" label="8GB">

<NewCodeBlock tip="Host" type="host">

```bash
sudo dpkg -i axclhost-firmware_3.6.5-1_all.deb
sudo dpkg -i axclhost-firmware_3.6.5-1_all_8gb.deb
sudo dpkg -i task-axclhost_3.6.5-1_all.deb
sudo dpkg -i axclhost-dkms_3.6.5-1_all.deb
sudo systemctl restart systemd-modules-load
```

</NewCodeBlock>

</TabItem>
</Tabs>

## 识别设备

验证主板是否识别到智核 AX-M1 的 SPI Flash 设备节点。
Expand All @@ -42,16 +62,33 @@ axcl-smi sh "ls /dev/mtd0"

## 升级固件

访问 [资源汇总下载](../download.md) 页面下载对应的 SPI Flash 固件文件,并确认固件文件名与命令参数一致。
访问 [资源汇总下载](../download.md) 页面下载对应的 SPI Flash 固件文件,并确认固件文件名与命令参数一致。请选择与智核 AX-M1 内存容量匹配的固件。

<Tabs queryString groupId="ax-m1-capacity">
<TabItem value="4gb" label="4GB" default>

<NewCodeBlock tip="Host" type="host">

```bash
axcl_spl_update -i spl_AX650_card_signed.bin -d 0
axcl_spl_update -i spl_AX650_card_signed_4gb.bin -d 0
```

</NewCodeBlock>

</TabItem>
<TabItem value="8gb" label="8GB">

<NewCodeBlock tip="Host" type="host">

```bash
axcl_spl_update -i spl_AX650_card_signed_8gb.bin -d 0
```

</NewCodeBlock>

</TabItem>
</Tabs>

其中 `-d 0` 表示选择编号为 0 的设备。

## 升级后验证
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ sidebar_position: 15

## AXCL driver packages

- Firmware: [axclhost-firmware_3.6.5-1_all.deb](https://dl.radxa.com/aicore/ax_m1/axclhost-firmware_3.6.5-1_all.deb)
- Firmware (4GB): [axclhost-firmware_3.6.5-1_all_4gb.deb](https://dl.radxa.com/aicore/ax_m1/axclhost-firmware_3.6.5-1_all_4gb.deb)
- Firmware (8GB): [axclhost-firmware_3.6.5-1_all_8gb.deb](https://dl.radxa.com/aicore/ax_m1/axclhost-firmware_3.6.5-1_all_8gb.deb)
- Task: [task-axclhost_3.6.5-1_all.deb](https://dl.radxa.com/aicore/ax_m1/task-axclhost_3.6.5-1_all.deb)
- ARM64 (AArch64): [axcl_host_aarch64_V3.6.5_20250908154509_NO4973.deb](https://dl.radxa.com/aicore/ax_m1/axcl_host_aarch64_V3.6.5_20250908154509_NO4973.deb)
- x86 (AMD64): [axcl_host_x86_64_V3.6.5_20250908154509_NO4973.deb](https://dl.radxa.com/aicore/ax_m1/axcl_host_x86_64_V3.6.5_20250908154509_NO4973.deb)
- DKMS: [axclhost-dkms_3.6.5-1_all.deb](https://dl.radxa.com/aicore/ax_m1/axclhost-dkms_3.6.5-1_all.deb)

## SPI Flash firmware

- [spl_AX650_card_signed.bin](https://dl.radxa.com/aicore/ax_m1/spl_AX650_card_signed.bin)
- 4GB: [spl_AX650_card_signed_4gb.bin](https://dl.radxa.com/aicore/ax_m1/spl_AX650_card_signed_4gb.bin)
- 8GB: [spl_AX650_card_signed_8gb.bin](https://dl.radxa.com/aicore/ax_m1/spl_AX650_card_signed_8gb.bin)

## Reference documents

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,33 @@ sudo apt install gcc linux-headers-$(uname -r) make

- Install the AXCL driver

:::tip
Download the driver package from the resources section on the left panel.
:::
Go to the [Downloads](https://docs.radxa.com/aicore/ax-m1/download) page to download the required software packages, and place them in the same directory. Choose the 4GB or 8GB version according to the memory capacity of your Radxa AICore AX-M1.

<NewCodeBlock tip="Host" type="device">

<Tabs queryString groupId="ax-m1-capacity">
<TabItem value="4gb" label="4GB" default>

```bash
sudo dpkg -i axclhost-firmware_3.6.5-1_all.deb
sudo dpkg -i axclhost-firmware_3.6.5-1_all_4gb.deb
sudo dpkg -i task-axclhost_3.6.5-1_all.deb
sudo dpkg -i axclhost-dkms_3.6.5-1_all.deb
sudo systemctl restart systemd-modules-load
```

</TabItem>
<TabItem value="8gb" label="8GB">

```bash
sudo dpkg -i axclhost-firmware_3.6.5-1_all_8gb.deb
sudo dpkg -i task-axclhost_3.6.5-1_all.deb
sudo dpkg -i axclhost-dkms_3.6.5-1_all.deb
sudo systemctl restart systemd-modules-load
```

</TabItem>
</Tabs>

</NewCodeBlock>

- Verify the installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,39 @@ Update the SPI Flash firmware of Radxa AICore AX-M1 from the host board.

## Install software

Go to the [Downloads](../download.md) page to download the required software packages, and place them in the same directory.
Go to the [Downloads](../download.md) page to download the required software packages, and place them in the same directory. Choose the version that matches the memory capacity of your Radxa AICore AX-M1.

<Tabs queryString groupId="ax-m1-capacity">
<TabItem value="4gb" label="4GB" default>

<NewCodeBlock tip="Host" type="host">

```bash
sudo dpkg -i axclhost-firmware_3.6.5-1_all_4gb.deb
sudo dpkg -i task-axclhost_3.6.5-1_all.deb
sudo dpkg -i axclhost-dkms_3.6.5-1_all.deb
sudo systemctl restart systemd-modules-load
```

</NewCodeBlock>

</TabItem>
<TabItem value="8gb" label="8GB">

<NewCodeBlock tip="Host" type="host">

```bash
sudo dpkg -i axclhost-firmware_3.6.5-1_all.deb
sudo dpkg -i axclhost-firmware_3.6.5-1_all_8gb.deb
sudo dpkg -i task-axclhost_3.6.5-1_all.deb
sudo dpkg -i axclhost-dkms_3.6.5-1_all.deb
sudo systemctl restart systemd-modules-load
```

</NewCodeBlock>

</TabItem>
</Tabs>

## Detect the device

Verify that the host recognizes the SPI Flash device node of Radxa AICore AX-M1.
Expand All @@ -42,16 +62,33 @@ If the output shows that `/dev/mtd0` exists, the device node is present.

## Update firmware

Go to the [Downloads](../download.md) page to download the SPI Flash firmware file, and make sure the firmware filename matches the command arguments.
Go to the [Downloads](../download.md) page to download the SPI Flash firmware file, and make sure the firmware filename matches the command arguments. Choose the firmware that matches the memory capacity of your Radxa AICore AX-M1.

<Tabs queryString groupId="ax-m1-capacity">
<TabItem value="4gb" label="4GB" default>

<NewCodeBlock tip="Host" type="host">

```bash
axcl_spl_update -i spl_AX650_card_signed.bin -d 0
axcl_spl_update -i spl_AX650_card_signed_4gb.bin -d 0
```

</NewCodeBlock>

</TabItem>
<TabItem value="8gb" label="8GB">

<NewCodeBlock tip="Host" type="host">

```bash
axcl_spl_update -i spl_AX650_card_signed_8gb.bin -d 0
```

</NewCodeBlock>

</TabItem>
</Tabs>

`-d 0` selects the device with index 0.

## Post-update verification
Expand Down
Loading