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
Original file line number Diff line number Diff line change
Expand Up @@ -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。

<NewCodeBlock tip="PC$" type="host">

Expand All @@ -274,36 +274,14 @@ flashed "BackupGPT" successfully
11 patches applied
```

### 烧录 CDT

进入 `fw702-ubuntu-noble-gnome-xxx` 文件夹下,打开终端,使用以下命令烧录 CDT。

<NewCodeBlock tip="PC$" type="host">

```
qdl prog_firehose_ddr.elf rawprogram3.xml patch3.xml
```

</NewCodeBlock>

终端输出示例:

```
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` 文件夹下,打开终端,使用以下命令烧录系统镜像。

<NewCodeBlock tip="PC$" type="host">

```
qdl prog_firehose_ddr.elf rawprogram*.xml patch*.xml
qdl --storage ufs prog_firehose_ddr.elf rawprogram*.xml patch*.xml
```

</NewCodeBlock>
Expand Down Expand Up @@ -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。

<NewCodeBlock tip="PC$" type="host">

```
qdl --storage ufs ../prog_firehose_ddr.elf rawprogram*_BLANK_GPT.xml
```

</NewCodeBlock>

终端输出示例:

```
flashed "PrimaryGPT" successfully
flashed "PrimaryGPT" successfully
flashed "PrimaryGPT" successfully
flashed "PrimaryGPT" successfully
flashed "PrimaryGPT" successfully
0 patches applied
```
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ Example: qdl prog_firehose_ddr.elf rawprogram*.xml patch*.xml

</Tabs>

### 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.

<NewCodeBlock tip="PC$" type="host">

Expand All @@ -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.

<NewCodeBlock tip="PC$" type="host">

Expand All @@ -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.

<NewCodeBlock tip="PC$" type="host">

```
qdl prog_firehose_ddr.elf rawprogram3.xml patch3.xml
```

</NewCodeBlock>

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.

<NewCodeBlock tip="PC$" type="host">

Expand Down Expand Up @@ -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.

<NewCodeBlock tip="PC$" type="host">

```
qdl --storage ufs ../prog_firehose_ddr.elf rawprogram*_BLANK_GPT.xml
```

</NewCodeBlock>

Terminal output example:

```
flashed "PrimaryGPT" successfully
flashed "PrimaryGPT" successfully
flashed "PrimaryGPT" successfully
flashed "PrimaryGPT" successfully
flashed "PrimaryGPT" successfully
0 patches applied
```