From 19752ff3fe002b0d1fedad9468485eee8b62da74 Mon Sep 17 00:00:00 2001 From: WuMinlong <726485702@qq.com> Date: Tue, 13 Jan 2026 15:51:34 +0800 Subject: [PATCH 1/3] docs: add cm4 ufs boot tutorial --- .../cm/cm4/getting-started/install-system/ufs-boot.md | 9 +++++++++ docs/som/cm/cm4/getting-started/quickly_start.md | 2 +- docs/som/cm/cm4/getting-started/use_system.md | 4 ++-- .../cm/cm4/getting-started/install-system/ufs-boot.md | 9 +++++++++ .../current/som/cm/cm4/getting-started/quickly_start.md | 2 +- .../current/som/cm/cm4/getting-started/use_system.md | 4 ++-- 6 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 docs/som/cm/cm4/getting-started/install-system/ufs-boot.md create mode 100644 i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/install-system/ufs-boot.md diff --git a/docs/som/cm/cm4/getting-started/install-system/ufs-boot.md b/docs/som/cm/cm4/getting-started/install-system/ufs-boot.md new file mode 100644 index 000000000..0ed47c502 --- /dev/null +++ b/docs/som/cm/cm4/getting-started/install-system/ufs-boot.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 3 +--- + +import DDUse from '../../../../../common/radxa-os/install-system/\_use_dd_ufs.mdx'; + +# 安装系统到 UFS 模块 + + diff --git a/docs/som/cm/cm4/getting-started/quickly_start.md b/docs/som/cm/cm4/getting-started/quickly_start.md index 2b055da87..452bd80b7 100644 --- a/docs/som/cm/cm4/getting-started/quickly_start.md +++ b/docs/som/cm/cm4/getting-started/quickly_start.md @@ -65,7 +65,7 @@ sidebar_position: 1 :::tip 系统启动优先级 若您在主板上安装了多个系统启动介质,系统启动优先级如下:目前暂不支持 UFS 模块启动系统 -MicroSD 卡 > 板载 eMMC > UFS 模块(暂不支持) > NVMe SSD +MicroSD 卡 > 板载 eMMC > UFS 模块 > NVMe SSD :::
diff --git a/docs/som/cm/cm4/getting-started/use_system.md b/docs/som/cm/cm4/getting-started/use_system.md index 4cc64bd34..ccf6d680d 100644 --- a/docs/som/cm/cm4/getting-started/use_system.md +++ b/docs/som/cm/cm4/getting-started/use_system.md @@ -15,9 +15,9 @@ sidebar_position: 3 将系统启动介质安装到主板对应位置,然后使用电源适配器给主板供电并启动系统。 :::tip 系统启动优先级 -若您在主板上安装了多个系统启动介质,系统启动优先级如下:目前暂不支持 UFS 模块启动系统 +若您在主板上安装了多个系统启动介质,系统启动优先级如下: -MicroSD 卡 > 板载 eMMC > UFS 模块(暂不支持) > NVMe SSD +MicroSD 卡 > 板载 eMMC > UFS 模块 > NVMe SSD ::: **说明:你可以将优先级较高的系统启动介质取下来,这样系统就会从优先级较低的系统启动介质启动。** diff --git a/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/install-system/ufs-boot.md b/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/install-system/ufs-boot.md new file mode 100644 index 000000000..ed73498d9 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/install-system/ufs-boot.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 3 +--- + +import DDUse from '../../../../../common/radxa-os/install-system/\_use_dd_ufs.mdx'; + +# Install System to UFS Module + + diff --git a/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/quickly_start.md b/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/quickly_start.md index ee7d381b1..8f7aff9b1 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/quickly_start.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/quickly_start.md @@ -65,7 +65,7 @@ After completing the system installation, insert the MicroSD card into the CM4 I :::tip Boot Priority If you have multiple boot media installed, the system will boot in the following priority order: -MicroSD Card > Onboard eMMC > UFS Module (Not Supported) > NVMe SSD +MicroSD Card > Onboard eMMC > UFS Module > NVMe SSD :::
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/use_system.md b/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/use_system.md index 74a304177..96d13a296 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/use_system.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/use_system.md @@ -15,9 +15,9 @@ If you haven't installed the system yet, please refer to the [Install System](./ Install the boot media in the corresponding slot on the motherboard, then power on the board using the power adapter to start the system. :::tip Boot Priority -If you have multiple boot media installed on the motherboard, the system will boot in the following priority order (Note: UFS module boot is currently not supported): +If you have multiple boot media installed on the motherboard, the system will boot in the following priority order: -MicroSD Card > Onboard eMMC > UFS Module (Not Supported) > NVMe SSD +MicroSD Card > Onboard eMMC > UFS Module > NVMe SSD ::: **Note:** You can remove the higher priority boot media to force the system to boot from a lower priority media. From ea44cd313ed2a22f0261cd3001f1544bf564011f Mon Sep 17 00:00:00 2001 From: WuMinlong <726485702@qq.com> Date: Tue, 13 Jan 2026 16:13:51 +0800 Subject: [PATCH 2/3] docs: add cm4 ufs boot pin tip --- docs/som/cm/cm4/getting-started/install-system/ufs-boot.md | 2 ++ .../som/cm/cm4/getting-started/install-system/ufs-boot.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/som/cm/cm4/getting-started/install-system/ufs-boot.md b/docs/som/cm/cm4/getting-started/install-system/ufs-boot.md index 0ed47c502..d2e8b8244 100644 --- a/docs/som/cm/cm4/getting-started/install-system/ufs-boot.md +++ b/docs/som/cm/cm4/getting-started/install-system/ufs-boot.md @@ -7,3 +7,5 @@ import DDUse from '../../../../../common/radxa-os/install-system/\_use_dd_ufs.md # 安装系统到 UFS 模块 + +说明:UFS 启动需要将 UFS BOOT 引脚使用跳线帽或者杜邦线短接,接口位置可以参考 [其它接口](../../hardware-use/other.md) 文档。 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/install-system/ufs-boot.md b/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/install-system/ufs-boot.md index ed73498d9..27121a1f8 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/install-system/ufs-boot.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm4/getting-started/install-system/ufs-boot.md @@ -7,3 +7,5 @@ import DDUse from '../../../../../common/radxa-os/install-system/\_use_dd_ufs.md # Install System to UFS Module + +Note: UFS boot requires shorting the UFS BOOT pin using a jumper cap or DuPont wire. For the interface location, please refer to the [Other Interfaces](../../hardware-use/other.md) document. From fac5d72a1ec23c50a01ef21c07f3357bab10c80f Mon Sep 17 00:00:00 2001 From: WuMinlong <726485702@qq.com> Date: Tue, 13 Jan 2026 16:17:10 +0800 Subject: [PATCH 3/3] docs: del cm4 not support ufs boot tip --- docs/som/cm/cm4/getting-started/quickly_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/som/cm/cm4/getting-started/quickly_start.md b/docs/som/cm/cm4/getting-started/quickly_start.md index 452bd80b7..e651579b5 100644 --- a/docs/som/cm/cm4/getting-started/quickly_start.md +++ b/docs/som/cm/cm4/getting-started/quickly_start.md @@ -63,7 +63,7 @@ sidebar_position: 1 完成系统的安装后,你可以将 MicroSD 卡安装到 CM4 IO 板的 MicroSD 卡槽上,然后连接电源适配器启动系统。 :::tip 系统启动优先级 -若您在主板上安装了多个系统启动介质,系统启动优先级如下:目前暂不支持 UFS 模块启动系统 +若您在主板上安装了多个系统启动介质,系统启动优先级如下: MicroSD 卡 > 板载 eMMC > UFS 模块 > NVMe SSD :::