You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The Dragon Q6A is equipped with the Qualcomm QCS6490 SoC, featuring a “1+3+4
33
33
| USB | USB 3.1:1× Type-A HOST / OTG<br/> USB 2.0:3× Type-A HOST |
34
34
| Expansion | 40-Pin GPIO Header: Supports UART, SPI, I2C, etc. <br/> Fan Connector: 1× 2-pin 1.25mm <br/> Buttons: Power button, EDL button |
35
35
| Power Supply | Supports USB Type-C 12V power input <br/> Supports external 12V pin power input <br/> Supports PoE power supply (requires an external PoE HAT) |
36
-
| Supported OS | Ubuntu Linux <br/> Qualcomm Linux(Based on Yocto Development) <br/> Android™ 13 |
36
+
| Supported OS | Ubuntu Linux <br/> Qualcomm Linux(Based on Yocto Development) <br/> Android 15 (CS) or Android 16 (ES) System|
37
37
38
38
## Interface Description
39
39
@@ -76,4 +76,4 @@ Based on Qualcomm QCS6490 SoC, supports multiple operating systems:
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/hardware-use/edl.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ sidebar_position: 16
4
4
5
5
# EDL Button
6
6
7
-
The Radxa Dragon Q6A motherboard features an onboard EDL button, which is used to enter QDL mode. QDL mode is an emergency download mode in Qualcomm processor devices, primarily used for emergency repairs, firmware flashing, or device unlocking.
7
+
The Radxa Dragon Q6A motherboard features an onboard EDL button, which is used to enter EDL mode. EDL mode is an emergency download mode in Qualcomm processor devices, primarily used for emergency repairs, firmware flashing, or device unlocking.
8
8
9
9
## Usage Guide
10
10
11
-
During the power-on process of the motherboard, if the EDL button is detected as being pressed, the motherboard will enter QDL mode.
11
+
During the power-on process of the motherboard, if the EDL button is detected as being pressed, the motherboard will enter EDL mode.
12
12
13
13
Detailed steps:
14
14
15
15
1. Hold down the EDL button
16
16
2. Connect a 12V Type-C power adapter (compatible with PD protocol)
17
17
3. Release the EDL button
18
18
19
-
Under normal circumstances, the motherboard will enter QDL mode.
19
+
Under normal circumstances, the motherboard will enter EDL mode.
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/low-dev/edl_mode.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
sidebar_position: 1
3
3
---
4
4
5
-
# Entering QDL Mode
5
+
# Entering EDL Mode
6
6
7
-
Qualcomm Download Mode (QDL) is an emergency download mode for Qualcomm processor devices, primarily used for emergency repairs, firmware flashing, or device unlocking.
7
+
Qualcomm Download Mode (EDL) is an emergency download mode for Qualcomm processor devices, primarily used for emergency repairs, firmware flashing, or device unlocking.
8
8
9
-
## Entering QDL Mode
9
+
## Entering EDL Mode
10
10
11
-
Before powering on the motherboard, hold down the EDL button; after powering on the motherboard, release the EDL button to enter QDL mode.
11
+
Before powering on the motherboard, hold down the EDL button; after powering on the motherboard, release the EDL button to enter EDL mode.
12
12
13
13
Specific steps:
14
14
@@ -20,9 +20,9 @@ Specific steps:
20
20
21
21
④: Use a dual-headed USB Type-A data cable to connect the Dragon Q6A's USB 3.1 Type-A port to the computer's USB Type-A port
22
22
23
-
## Verify QDL Mode
23
+
## Verify EDL Mode
24
24
25
-
<TabsqueryString = "qdlplatform">
25
+
<TabsqueryString = "EDLplatform">
26
26
<TabItemvalue="Windows"label="Windows"default>
27
27
- Download the EDL tool
28
28
@@ -50,7 +50,7 @@ Specific steps:
50
50
51
51
</TabItem>
52
52
<TabItemvalue="Linux"label="Linux">
53
-
In Linux systems, you can use the `lsusb` command to check whether the device has entered QDL mode.
53
+
In Linux systems, you can use the `lsusb` command to check whether the device has entered EDL mode.
54
54
55
55
<NewCodeBlocktip="Linux$"type="host">
56
56
@@ -60,10 +60,10 @@ lsusb
60
60
61
61
</NewCodeBlock>
62
62
63
-
After the device enters QDL mode, it will display information similar to the following:
63
+
After the device enters EDL mode, it will display information similar to the following:
64
64
65
65
```
66
-
Bus 001 Device 008: ID 05c6:9008 Qualcomm, Inc. Gobi Wireless Modem (QDL mode)
66
+
Bus 001 Device 008: ID 05c6:9008 Qualcomm, Inc. Gobi Wireless Modem (EDL mode)
0 commit comments