|
2 | 2 |
|
3 | 3 | ## FX2 Firmware
|
4 | 4 |
|
| 5 | +### Revert from libusb-win32 to CyUSB drivers |
| 6 | + |
5 | 7 | The process to update FX2 firmware with an .iic file and Cypress's CyConsole
|
6 | 8 | application is detailed in Wasatch Photonics
|
7 | 9 | [PRD-0105](https://drive.google.com/file/d/0B1eC7P4MQiFiTjdGR3VyclBndHc/view).
|
8 | 10 | However, that document skims-over the process of unassociating the spectrometer
|
9 | 11 | from libusb-win32 drivers and reverting back to the desired Cypress EZ-USB
|
10 | 12 | drivers. Here's the short-form on how to do that.
|
11 | 13 |
|
12 |
| -Download the Cypress EZ-USB drivers from here: https://community.cypress.com/docs/DOC-12366 |
| 14 | +#### 1. Download Cypress EZ-USB drivers |
| 15 | +Download the Cypress drivers from here: https://community.cypress.com/docs/DOC-12366 |
13 | 16 |
|
| 17 | +#### 2. Uninstall libusb-win32 drivers |
14 | 18 | Use the Device Manager to "Uninstall" your libusb-win32 spectrometer. Make sure
|
15 | 19 | you tick the box to "Uninstall" the old driver. This will leave the device as a
|
16 | 20 | raw "Stroker FX2".
|
17 | 21 |
|
18 |
| -Use Device Manager to "Update" your driver. |
| 22 | +#### 3. Use Device Manager to "Update" your driver |
19 | 23 | 
|
20 | 24 |
|
21 |
| -Choose to "Browse" your PC. |
| 25 | +#### 4. Choose to "Browse" your PC. |
22 | 26 | 
|
23 | 27 |
|
| 28 | +#### 5. "Let me pick" |
24 | 29 | Instead of browsing your filesystem, "Let me pick" from the list of available drivers.
|
25 | 30 | 
|
26 | 31 |
|
| 32 | +#### 6. "All" common hardware types |
27 | 33 | Tell Windows to show you "All" common hardware types.
|
28 | 34 | 
|
29 | 35 |
|
| 36 | +#### 7. "Have Disk" |
30 | 37 | Even if Cypress is listed as a manufacturer, go ahead and choose "Have Disk".
|
31 | 38 | 
|
32 | 39 |
|
| 40 | +#### 8. INF file |
33 | 41 | Browse wherever you unpacked the Cypress drivers downloaded from cypress.com,
|
34 | 42 | then select the appropriate .inf (e.g. Drivers/Win10/x64/cyusb3.inf).
|
35 | 43 | 
|
36 | 44 |
|
| 45 | +#### 9. FX2 model |
37 | 46 | Pick the approrpriate Cypress FX2 model (e.g. FX2LP Development board).
|
38 | 47 | 
|
39 | 48 |
|
| 49 | +#### 10. Warning |
40 | 50 | Ignore the "Update Driver Warning" (click Yes).
|
41 | 51 | 
|
42 | 52 |
|
| 53 | +#### 11. Done |
43 | 54 | There you go!
|
44 | 55 | 
|
45 | 56 |
|
|
0 commit comments