From 437a31ee6397cc028b976335dad8f7cc52c02d7b Mon Sep 17 00:00:00 2001 From: WuMinlong <726485702@qq.com> Date: Fri, 30 Jan 2026 15:02:31 +0800 Subject: [PATCH] fix: airbox q900 install system command --- .../install-system/onboard-ufs.md | 55 ++++++++++-------- .../install-system/onboard-ufs.md | 57 ++++++++++--------- 2 files changed, 61 insertions(+), 51 deletions(-) diff --git a/docs/fogwise/airbox-q900/getting-started/install-system/onboard-ufs.md b/docs/fogwise/airbox-q900/getting-started/install-system/onboard-ufs.md index bb9b58429..64e15e691 100644 --- a/docs/fogwise/airbox-q900/getting-started/install-system/onboard-ufs.md +++ b/docs/fogwise/airbox-q900/getting-started/install-system/onboard-ufs.md @@ -254,7 +254,7 @@ UFS provisioning succeeded ### 烧录 SAIL -进入 `fw702-ubuntu-noble-gnome-xxx\sail_nor` 文件夹下,打开终端,使用以下命令烧录 SAIL。 +进入 `radxa-airbox-q900_noble_gnome_xxx\sail_nor` 文件夹下,打开终端,使用以下命令烧录 SAIL。 @@ -274,36 +274,14 @@ flashed "BackupGPT" successfully 11 patches applied ``` -### 烧录 CDT - -进入 `fw702-ubuntu-noble-gnome-xxx` 文件夹下,打开终端,使用以下命令烧录 CDT。 - - - -``` -qdl prog_firehose_ddr.elf rawprogram3.xml patch3.xml -``` - - - -终端输出示例: - -``` -Waiting for EDL device -waiting for programmer... -flashed "PrimaryGPT" successfully -flashed "BackupGPT" successfully -13 patches applied -``` - ### 烧录系统镜像 -进入 `fw702-ubuntu-noble-gnome-xxx` 文件夹下,打开终端,使用以下命令烧录系统镜像。 +进入 `radxa-airbox-q900_noble_gnome_xxx` 文件夹下,打开终端,使用以下命令烧录系统镜像。 ``` -qdl prog_firehose_ddr.elf rawprogram*.xml patch*.xml +qdl --storage ufs prog_firehose_ddr.elf rawprogram*.xml patch*.xml ``` @@ -367,3 +345,30 @@ partition 1 is now bootable ## 使用系统 完成以上操作,可以按照 [快速上手](../quickly-start.md) 教程使用 Fogwise® AIRbox Q900。 + +## 其他操作 + +### 擦除 UFS + +1,先令 AIRbox Q900 进入 EDL 模式。 + +2,进入 `radxa-airbox-q900_noble_gnome_xxx/partition_ufs` 文件夹下,打开终端,使用以下命令擦除 UFS。 + + + +``` +qdl --storage ufs ../prog_firehose_ddr.elf rawprogram*_BLANK_GPT.xml +``` + + + +终端输出示例: + +``` +flashed "PrimaryGPT" successfully +flashed "PrimaryGPT" successfully +flashed "PrimaryGPT" successfully +flashed "PrimaryGPT" successfully +flashed "PrimaryGPT" successfully +0 patches applied +``` diff --git a/i18n/en/docusaurus-plugin-content-docs/current/fogwise/airbox-q900/getting-started/install-system/onboard-ufs.md b/i18n/en/docusaurus-plugin-content-docs/current/fogwise/airbox-q900/getting-started/install-system/onboard-ufs.md index 565fea1d8..aa46ef755 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/fogwise/airbox-q900/getting-started/install-system/onboard-ufs.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/fogwise/airbox-q900/getting-started/install-system/onboard-ufs.md @@ -233,9 +233,9 @@ Example: qdl prog_firehose_ddr.elf rawprogram*.xml patch*.xml -### Configure UFS +### Provision UFS -Navigate to the `qcs9075-provision` folder, open a terminal, and use the following command to configure UFS. +Navigate to the `qcs9075-provision` folder, open a terminal, and use the following command to provision UFS. @@ -255,7 +255,7 @@ UFS provisioning succeeded ### Flash SAIL -Navigate to the `fw702-ubuntu-noble-gnome-xxx\sail_nor` folder, open a terminal, and use the following command to flash SAIL. +Navigate to the `radxa-airbox-q900_noble_gnome_xxx\sail_nor` folder, open a terminal, and use the following command to flash SAIL. @@ -275,31 +275,9 @@ flashed "BackupGPT" successfully 11 patches applied ``` -### Flash CDT - -Navigate to the `fw702-ubuntu-noble-gnome-xxx` folder, open a terminal, and use the following command to flash CDT. - - - -``` -qdl prog_firehose_ddr.elf rawprogram3.xml patch3.xml -``` - - - -Terminal output example: - -``` -Waiting for EDL device -waiting for programmer... -flashed "PrimaryGPT" successfully -flashed "BackupGPT" successfully -13 patches applied -``` - ### Flash System Image -Navigate to the `fw702-ubuntu-noble-gnome-xxx` folder, open a terminal, and use the following command to flash the system image. +Navigate to the `radxa-airbox-q900_noble_gnome_xxx` folder, open a terminal, and use the following command to flash the system image. @@ -368,3 +346,30 @@ partition 1 is now bootable ## Using the System After completing the above operations, you can use the Fogwise® AIRbox Q900 by following the [Quick Start](../quickly-start.md) guide. + +## Other Operation + +### Erase System on UFS + +Boot AIRbox Q900 to EDL mode. + +Navigate to the `radxa-airbox-q900_noble_gnome_xxx/partition_ufs` folder, open a terminal, and use the following command to erase UFS. + + + +``` +qdl --storage ufs ../prog_firehose_ddr.elf rawprogram*_BLANK_GPT.xml +``` + + + +Terminal output example: + +``` +flashed "PrimaryGPT" successfully +flashed "PrimaryGPT" successfully +flashed "PrimaryGPT" successfully +flashed "PrimaryGPT" successfully +flashed "PrimaryGPT" successfully +0 patches applied +```