@@ -70,13 +70,10 @@ export default function App() {
70
70
</ ul >
71
71
{ isWindows && ( < >
72
72
< h3 > USB Driver</ h3 >
73
- < p >
74
- You need additional driver software for Windows before you connect
75
- your device.
76
- </ p >
73
+ < p > You need additional driver software for Windows before you connect your device.</ p >
77
74
< ol >
78
75
< li >
79
- Download and install < a href = "https://zadig.akeo.ie/" > Zadig</ a > .
76
+ Download and run < a href = "https://zadig.akeo.ie/" target = "_blank "> Zadig</ a > .
80
77
</ li >
81
78
< li >
82
79
Under < code > Device</ code > in the menu bar, select < code > Create New Device</ code > .
@@ -110,14 +107,15 @@ export default function App() {
110
107
< p > Follow these steps to put your device into QDL mode:</ p >
111
108
< ol >
112
109
< li > Unplug the device and wait for the LED to switch off.</ li >
113
- < li > Connect the device to your computer using the lower < span className = "whitespace-nowrap" > USB-C</ span > port.</ li >
110
+ < li > Connect the device to your computer using the < strong > lower</ strong > < span className = "whitespace-nowrap" > USB-C</ span > port.</ li >
114
111
</ ol >
115
112
< img
116
113
src = { qdlPorts }
117
114
alt = "image showing comma three and two ports. the upper port is labeled with a cross. the lower port is labeled with a checkmark."
118
115
width = { 450 }
119
116
height = { 300 }
120
117
/>
118
+ < p > Your device's screen will remain blank for the entire flashing process. This is normal.</ p >
121
119
{ isLinux && ( < >
122
120
< strong > Note for Linux users</ strong >
123
121
< p >
@@ -128,8 +126,8 @@ export default function App() {
128
126
< CopyText > { DETACH_SCRIPT } </ CopyText >
129
127
</ > ) }
130
128
< p >
131
- After your device is in QDL mode, you can click the button to start flashing. A prompt may appear to
132
- select a device; choose the device starts with < code > QUSB_BULK</ code > .
129
+ Next, click the button to start flashing. From the prompt select the device which starts with
130
+ “ QUSB_BULK” .
133
131
</ p >
134
132
< p >
135
133
The process can take 30+ minutes depending on your internet connection and system performance. Do not
@@ -142,14 +140,18 @@ export default function App() {
142
140
< h2 > Troubleshooting</ h2 >
143
141
< h3 > Lost connection</ h3 >
144
142
< p >
145
- Try using a different USB cable or USB port. Sometimes USB 2.0 ports work better than USB 3.0 (blue) ports.
146
- If you're using a USB hub, try connecting the device directly to your computer, or alternatively use a
147
- USB hub between your computer and the device.
143
+ Try using high quality USB 3 cables. You should also try different USB ports on the front or back of your
144
+ computer. If you're using a USB hub, try connecting directly to your computer instead.
148
145
</ p >
149
146
< h3 > My device's screen is blank</ h3 >
150
147
< p >
151
- The device screen will be blank in QDL mode, but you can verify that it is in QDL if the device shows up
152
- when you press the Flash icon.
148
+ This is normal in QDL mode. You can verify that the “QUSB_BULK” device shows up when you press
149
+ the Flash button to know that it is working correctly.
150
+ </ p >
151
+ < h3 > My device says “fastboot mode”</ h3 >
152
+ < p >
153
+ You may have followed outdated instructions for flashing. Please read the instructions above for putting
154
+ your device into QDL mode.
153
155
</ p >
154
156
< h3 > After flashing, device says unable to mount data partition</ h3 >
155
157
< p > This is expected after the filesystem is erased. Press confirm to finish resetting your device.</ p >
0 commit comments