From 9d5a8fd5760e4e5f38434043a53dde90b2de0e47 Mon Sep 17 00:00:00 2001 From: Tang ZZ Date: Thu, 6 Aug 2026 17:10:25 +0800 Subject: [PATCH 1/3] docs: add Dragon Q6A boot options tutorial Add boot options documentation to the Dragon Q6A hardware usage section, explaining the default SPI NOR Flash boot with pre-installed BIOS and how to switch boot medium to UFS by adjusting onboard resistors R137 and R207. --- docs/dragon/q6a/hardware-use/boot.md | 16 ++++++++++++++++ .../current/dragon/q6a/hardware-use/boot.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 docs/dragon/q6a/hardware-use/boot.md create mode 100644 i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md diff --git a/docs/dragon/q6a/hardware-use/boot.md b/docs/dragon/q6a/hardware-use/boot.md new file mode 100644 index 000000000..705cada29 --- /dev/null +++ b/docs/dragon/q6a/hardware-use/boot.md @@ -0,0 +1,16 @@ +--- +sidebar_position: 17 +--- + +# 启动方式说明 + +Dragon Q6A 默认从 SPI NOR Flash 启动,并已预装 BIOS。 + +如需将启动介质改为直接从 UFS 启动,可以按以下方式调整板载电阻: + +1. 移除 R137 位号的电阻。 +2. 在 R207 位号焊接一个 10 kΩ 电阻。 + +:::warning 注意 +该操作涉及硬件焊接,可能造成设备损坏或影响保修。操作前请断开设备电源,并由具备焊接经验的人员完成。 +::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md b/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md new file mode 100644 index 000000000..b58c2be16 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md @@ -0,0 +1,16 @@ +--- +sidebar_position: 17 +--- + +# Boot Options + +The Dragon Q6A boots from the SPI NOR Flash by default and comes with a pre-installed BIOS. + +To change the boot medium to boot directly from UFS, adjust the onboard resistors as follows: + +1. Remove the resistor at R137. +2. Solder a 10 kΩ resistor at R207. + +:::warning +This operation involves hardware soldering and may cause device damage or affect the warranty. Disconnect the device from power before performing the operation, and have it done by personnel with soldering experience. +::: From 51af2965014d66bff4236e0118e2ac9c7ca7eca2 Mon Sep 17 00:00:00 2001 From: Tang ZZ Date: Thu, 6 Aug 2026 17:21:09 +0800 Subject: [PATCH 2/3] docs: note boot medium limitation after UFS hardware mod After switching the boot medium to UFS via R137/R207, the Dragon Q6A can no longer boot from microSD, eMMC module, or NVMe SSD. --- docs/dragon/q6a/hardware-use/boot.md | 4 ++++ .../current/dragon/q6a/hardware-use/boot.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/dragon/q6a/hardware-use/boot.md b/docs/dragon/q6a/hardware-use/boot.md index 705cada29..f7077c9a1 100644 --- a/docs/dragon/q6a/hardware-use/boot.md +++ b/docs/dragon/q6a/hardware-use/boot.md @@ -14,3 +14,7 @@ Dragon Q6A 默认从 SPI NOR Flash 启动,并已预装 BIOS。 :::warning 注意 该操作涉及硬件焊接,可能造成设备损坏或影响保修。操作前请断开设备电源,并由具备焊接经验的人员完成。 ::: + +:::warning 注意 +完成以上硬件修改后,Dragon Q6A 将无法从 microSD 卡、eMMC 模块、NVMe SSD 启动系统。 +::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md b/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md index b58c2be16..10019bd99 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md @@ -14,3 +14,7 @@ To change the boot medium to boot directly from UFS, adjust the onboard resistor :::warning This operation involves hardware soldering and may cause device damage or affect the warranty. Disconnect the device from power before performing the operation, and have it done by personnel with soldering experience. ::: + +:::warning +After completing the hardware modifications above, the Dragon Q6A will no longer be able to boot the system from a microSD card, eMMC module, or NVMe SSD. +::: From e944139cb76a97b88d78c48091bb91356cfbf406 Mon Sep 17 00:00:00 2001 From: Tang ZZ Date: Thu, 6 Aug 2026 17:23:43 +0800 Subject: [PATCH 3/3] docs: merge Dragon Q6A boot warnings into one Combine the soldering risk and boot medium limitation warnings into a single, clearer warning block. --- docs/dragon/q6a/hardware-use/boot.md | 6 +----- .../current/dragon/q6a/hardware-use/boot.md | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/dragon/q6a/hardware-use/boot.md b/docs/dragon/q6a/hardware-use/boot.md index f7077c9a1..bb5b1a385 100644 --- a/docs/dragon/q6a/hardware-use/boot.md +++ b/docs/dragon/q6a/hardware-use/boot.md @@ -12,9 +12,5 @@ Dragon Q6A 默认从 SPI NOR Flash 启动,并已预装 BIOS。 2. 在 R207 位号焊接一个 10 kΩ 电阻。 :::warning 注意 -该操作涉及硬件焊接,可能造成设备损坏或影响保修。操作前请断开设备电源,并由具备焊接经验的人员完成。 -::: - -:::warning 注意 -完成以上硬件修改后,Dragon Q6A 将无法从 microSD 卡、eMMC 模块、NVMe SSD 启动系统。 +该操作涉及硬件焊接,可能造成设备损坏或影响保修,且完成修改后 Dragon Q6A 将无法从 microSD 卡、eMMC 模块或 NVMe SSD 启动系统。操作前请断开设备电源,并由具备焊接经验的人员完成。 ::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md b/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md index 10019bd99..dac1d02a0 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/boot.md @@ -12,9 +12,5 @@ To change the boot medium to boot directly from UFS, adjust the onboard resistor 2. Solder a 10 kΩ resistor at R207. :::warning -This operation involves hardware soldering and may cause device damage or affect the warranty. Disconnect the device from power before performing the operation, and have it done by personnel with soldering experience. -::: - -:::warning -After completing the hardware modifications above, the Dragon Q6A will no longer be able to boot the system from a microSD card, eMMC module, or NVMe SSD. +This operation involves hardware soldering and may cause device damage or affect the warranty. After the modification, the Dragon Q6A will no longer be able to boot the system from a microSD card, eMMC module, or NVMe SSD. Disconnect the device from power before performing the operation, and have it done by personnel with soldering experience. :::