|
1 | 1 | import { Suspense, lazy } from 'react' |
2 | 2 |
|
3 | 3 | import comma from '../assets/comma.svg' |
4 | | -import fastbootPorts from '../assets/fastboot-ports.svg' |
| 4 | +import qdlPorts from '../assets/qdl-ports.svg' |
5 | 5 | import zadigCreateNewDevice from '../assets/zadig_create_new_device.png' |
6 | 6 | import zadigForm from '../assets/zadig_form.png' |
7 | 7 |
|
@@ -37,10 +37,7 @@ export default function App() { |
37 | 37 | A web browser which supports WebUSB (such as Google Chrome, Microsoft Edge, Opera), running on Windows, macOS, Linux, or Android. |
38 | 38 | </li> |
39 | 39 | <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. |
44 | 41 | </li> |
45 | 42 | </ul> |
46 | 43 | {isWindows && (<> |
@@ -83,25 +80,18 @@ export default function App() { |
83 | 80 | <hr /> |
84 | 81 |
|
85 | 82 | <section> |
86 | | - <h2>QDL Mode</h2> |
| 83 | + <h2>Flashing</h2> |
87 | 84 | <p>Follow these steps to put your device into QDL mode:</p> |
88 | 85 | <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> |
93 | 88 | </ol> |
94 | 89 | <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." |
97 | 92 | width={450} |
98 | 93 | height={300} |
99 | 94 | /> |
100 | | - </section> |
101 | | - <hr /> |
102 | | - |
103 | | - <section> |
104 | | - <h2>Flashing</h2> |
105 | 95 | <p> |
106 | 96 | After your device is in QDL mode, you can click the button to start flashing. A prompt may appear to |
107 | 97 | select a device; choose the device starts with <code>QUSB_BULK</code>. |
|
0 commit comments