Skip to content

Commit d63cf1c

Browse files
committed
improved instructions, new graphic, single cable
1 parent 9ec3893 commit d63cf1c

File tree

3 files changed

+8
-30
lines changed

3 files changed

+8
-30
lines changed

src/app/index.jsx

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Suspense, lazy } from 'react'
22

33
import comma from '../assets/comma.svg'
4-
import fastbootPorts from '../assets/fastboot-ports.svg'
4+
import qdlPorts from '../assets/qdl-ports.svg'
55
import zadigCreateNewDevice from '../assets/zadig_create_new_device.png'
66
import zadigForm from '../assets/zadig_form.png'
77

@@ -37,10 +37,7 @@ export default function App() {
3737
A web browser which supports WebUSB (such as Google Chrome, Microsoft Edge, Opera), running on Windows, macOS, Linux, or Android.
3838
</li>
3939
<li>
40-
A USB-C cable to power your device outside the car.
41-
</li>
42-
<li>
43-
Another USB-C cable to connect the device to your computer.
40+
A good quality USB-C cable to connect the device to your computer. <span title="SuperSpeed">USB 3</span> is recommended.
4441
</li>
4542
</ul>
4643
{isWindows && (<>
@@ -83,25 +80,18 @@ export default function App() {
8380
<hr />
8481

8582
<section>
86-
<h2>QDL Mode</h2>
83+
<h2>Flashing</h2>
8784
<p>Follow these steps to put your device into QDL mode:</p>
8885
<ol>
89-
<li>Power off the device and wait for the LEDs to switch off.</li>
90-
<li>Connect the device to your computer using the USB-C port <strong>(port 2)</strong>.</li>
91-
<li>Connect power to the OBD-C port <strong>(port 1)</strong>.</li>
92-
<li>The device then should be visible as an option when choosing the device to flash</li>
86+
<li>Unplug the device and wait for the LED to switch off.</li>
87+
<li>Connect the device to your computer using the lower <span className="whitespace-nowrap">USB-C</span> port.</li>
9388
</ol>
9489
<img
95-
src={fastbootPorts}
96-
alt="image showing comma three and two ports. the upper port is labeled 1. the lower port is labeled 2."
90+
src={qdlPorts}
91+
alt="image showing comma three and two ports. the upper port is labeled with a cross. the lower port is labeled with a checkmark."
9792
width={450}
9893
height={300}
9994
/>
100-
</section>
101-
<hr />
102-
103-
<section>
104-
<h2>Flashing</h2>
10595
<p>
10696
After your device is in QDL mode, you can click the button to start flashing. A prompt may appear to
10797
select a device; choose the device starts with <code>QUSB_BULK</code>.

src/assets/fastboot-ports.svg

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/assets/qdl-ports.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)