From 7bcd859d509c070f26e57dbb54d44ddc2996cb3e Mon Sep 17 00:00:00 2001 From: Wu Minlong <726485702@qq.com> Date: Thu, 23 Oct 2025 22:18:25 +0800 Subject: [PATCH 1/2] fix: open *.deb package tip in macOS platform --- docs/orion/o6/download.md | 2 +- .../docusaurus-plugin-content-docs/current/orion/o6/download.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/orion/o6/download.md b/docs/orion/o6/download.md index 233cd685e..ea08ebc0a 100644 --- a/docs/orion/o6/download.md +++ b/docs/orion/o6/download.md @@ -19,7 +19,7 @@ Orion O6 V1.2 版本 | 下载链接 | 格式 | 说明 | | ----------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/orion-o6-bios-0.3.0-1.zip) | zip | Version 0.3.0-1 | -| [Github Release](https://github.com/radxa-pkg/edk2-cix/releases/latest) | deb | BIOS 内容处于 `edk2-cix_*_all.deb` 软件包当中。该文件在 Windows 下可使用 7-Zip 打开,Linux 下可使用 KDE Ark 打开。软件包内,BIOS 文件路径为 `data.tar.xz/usr/share/edk2/radxa/orion-o6`。 | +| [Github Release](https://github.com/radxa-pkg/edk2-cix/releases/latest) | deb | BIOS 内容处于 `edk2-cix_*_all.deb` 软件包当中。该文件在 Windows 下可使用 7-Zip 打开,Linux 下可使用 KDE Ark 打开,macOS 下可使用 `ar -x` 命令解压。软件包内,BIOS 文件路径为 `data.tar.xz/usr/share/edk2/radxa/orion-o6` | | [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/SystemReady/latest/orion-o6-bios.7z) | 7z | Version 9.0.0, Arm SystemReady Certification BIOS | ### BIOS 兼容性说明 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/download.md b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/download.md index 3cf49579e..a67a9d505 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/download.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/download.md @@ -19,7 +19,7 @@ Orion O6 V1.2 Version | Download Link | Format | Description | | ----------------------------------------------------------------------------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/orion-o6-bios-0.3.0-1.zip) | zip | Version 0.3.0-1 | -| [Github Release](https://github.com/radxa-pkg/edk2-cix/releases/latest) | deb | The BIOS content is within the `edk2-cix_*_all.deb` package. This file can be opened with 7-Zip in Windows and with KDE Ark in Linux. In the BIOS package, the BIOS file is located under `data.tar.xz/usr/share/edk2/radxa/orion-o6`. | +| [Github Release](https://github.com/radxa-pkg/edk2-cix/releases/latest) | deb | The BIOS content is located within the `edk2-cix_*_all.deb` package. This file can be opened with 7-Zip on Windows, KDE Ark on Linux, and extracted using the `ar -x` command on macOS. Inside the package, the path to the BIOS file is `data.tar.xz/usr/share/edk2/radxa/orion-o6`| | [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/SystemReady/latest/orion-o6-bios.7z) | 7z | Version 9.0.0, Arm SystemReady Certification BIOS | ### BIOS Compatibility Instructions From f5c3490de4eb1725fdc061195dc4ce81e8a3759e Mon Sep 17 00:00:00 2001 From: Wu Minlong <726485702@qq.com> Date: Thu, 23 Oct 2025 22:47:50 +0800 Subject: [PATCH 2/2] fix: run pre-commit --- docs/orion/o6/download.md | 8 ++++---- .../current/orion/o6/download.md | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/orion/o6/download.md b/docs/orion/o6/download.md index ea08ebc0a..9da3a3200 100644 --- a/docs/orion/o6/download.md +++ b/docs/orion/o6/download.md @@ -16,11 +16,11 @@ Orion O6 V1.2 版本 ## BIOS -| 下载链接 | 格式 | 说明 | -| ----------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/orion-o6-bios-0.3.0-1.zip) | zip | Version 0.3.0-1 | +| 下载链接 | 格式 | 说明 | +| ----------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/orion-o6-bios-0.3.0-1.zip) | zip | Version 0.3.0-1 | | [Github Release](https://github.com/radxa-pkg/edk2-cix/releases/latest) | deb | BIOS 内容处于 `edk2-cix_*_all.deb` 软件包当中。该文件在 Windows 下可使用 7-Zip 打开,Linux 下可使用 KDE Ark 打开,macOS 下可使用 `ar -x` 命令解压。软件包内,BIOS 文件路径为 `data.tar.xz/usr/share/edk2/radxa/orion-o6` | -| [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/SystemReady/latest/orion-o6-bios.7z) | 7z | Version 9.0.0, Arm SystemReady Certification BIOS | +| [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/SystemReady/latest/orion-o6-bios.7z) | 7z | Version 9.0.0, Arm SystemReady Certification BIOS | ### BIOS 兼容性说明 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/download.md b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/download.md index a67a9d505..2a5ea1e7e 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/download.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/orion/o6/download.md @@ -16,11 +16,11 @@ Orion O6 V1.2 Version ## BIOS -| Download Link | Format | Description | -| ----------------------------------------------------------------------------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/orion-o6-bios-0.3.0-1.zip) | zip | Version 0.3.0-1 | -| [Github Release](https://github.com/radxa-pkg/edk2-cix/releases/latest) | deb | The BIOS content is located within the `edk2-cix_*_all.deb` package. This file can be opened with 7-Zip on Windows, KDE Ark on Linux, and extracted using the `ar -x` command on macOS. Inside the package, the path to the BIOS file is `data.tar.xz/usr/share/edk2/radxa/orion-o6`| -| [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/SystemReady/latest/orion-o6-bios.7z) | 7z | Version 9.0.0, Arm SystemReady Certification BIOS | +| Download Link | Format | Description | +| ----------------------------------------------------------------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/orion-o6-bios-0.3.0-1.zip) | zip | Version 0.3.0-1 | +| [Github Release](https://github.com/radxa-pkg/edk2-cix/releases/latest) | deb | The BIOS content is located within the `edk2-cix_*_all.deb` package. This file can be opened with 7-Zip on Windows, KDE Ark on Linux, and extracted using the `ar -x` command on macOS. Inside the package, the path to the BIOS file is `data.tar.xz/usr/share/edk2/radxa/orion-o6` | +| [Radxa DL](https://dl.radxa.com/orion/o6/images/bios/SystemReady/latest/orion-o6-bios.7z) | 7z | Version 9.0.0, Arm SystemReady Certification BIOS | ### BIOS Compatibility Instructions