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
7 changes: 7 additions & 0 deletions docs/dragon/q6a/low-level-dev/spi-fw.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ sudo edl-ng --memory=spinor rawprogram rawprogram0.xml patch0.xml --loader=prog_
</TabItem>
</Tabs>

:::warning 烧录完成后请重启设备
SPI 启动固件烧录成功后,请按以下任一方式重启设备:

- 重新插拔设备电源
- 在终端执行 `edl-ng reset` 命令
:::

## 擦除 SPI 启动固件

擦除 SPI 启动固件将导致设备无法启动,需要重新烧录 SPI 启动固件才可正常启动,若非必要,请勿擦除 SPI 启动固件。
Expand Down
7 changes: 7 additions & 0 deletions docs/dragon/q8b/low-level-dev/spi-fw.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ sudo edl-ng --memory=spinor rawprogram rawprogram0.xml patch0.xml --loader=prog_
</TabItem>
</Tabs>

:::warning 烧录完成后请重启设备
SPI 启动固件烧录成功后,请按以下任一方式重启设备:

- 重新插拔设备电源
- 在终端执行 `edl-ng reset` 命令
:::

## 擦除 SPI 启动固件

擦除 SPI 启动固件将导致设备无法启动,需要重新烧录 SPI 启动固件才可正常启动,若非必要,请勿擦除 SPI 启动固件。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ sudo edl-ng --memory=spinor rawprogram rawprogram0.xml patch0.xml --loader=prog_
</TabItem>
</Tabs>

:::warning Restart the device after flashing
After the SPI boot firmware is successfully flashed, please restart the device using either of the following methods:

- Re-plug the device power
- Run the `edl-ng reset` command in the terminal
:::

## Erase SPI Boot Firmware

Erasing the SPI boot firmware will prevent the device from booting. You will need to re-flash the SPI boot firmware to restore normal operation. Do not erase the SPI boot firmware unless absolutely necessary.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ sudo edl-ng --memory=spinor rawprogram rawprogram0.xml patch0.xml --loader=prog_
</TabItem>
</Tabs>

:::warning Restart the device after flashing
After the SPI boot firmware is successfully flashed, please restart the device using either of the following methods:

- Re-plug the device power
- Run the `edl-ng reset` command in the terminal
:::

## Erase SPI Boot Firmware

Erasing the SPI boot firmware will prevent the device from booting. You must reflash the SPI boot firmware before the device can boot normally. Do not erase the SPI boot firmware unless necessary.
Expand Down
Loading