Skip to content

Commit 264c2d9

Browse files
committed
Docs: mentions the need to run Zadig on Windows
1 parent cd236d4 commit 264c2d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Docs/getting_started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ You might want to [update your firmware](https://github.com/tinyvision-ai-inc/pi
1414

1515
- Program a custom firmware onto the RP2040: [Programming the MCU](/programming_the_mcu.html).
1616

17+
1718
## Quick-start with APIO
1819

1920
The [APIO](https://github.com/FPGAwars/apio) project is a command line tool to fetch and use
@@ -22,6 +23,10 @@ on [Yosys](https://github.com/YosysHQ/).
2223

2324
It will bring an up-to-date build environment running quickly.
2425

26+
On Windows, you will first need to setup the `libusbK` driver for `pico-ice DFU (CRAM)`
27+
[with Zadig](https://zadig.akeo.ie/) or [with UsbDriverTool](https://visualgdb.com/UsbDriverTool/)
28+
([doc](https://github.com/FPGAwars/apio/wiki/Quick-start)).
29+
2530
```
2631
# Download the latest APIO dev version (with pico-ice support):
2732
pip3 install git+https://github.com/FPGAwars/apio
@@ -43,6 +48,7 @@ apio build
4348
apio upload
4449
```
4550

51+
4652
## Default Firmware
4753

4854
[source](https://github.com/tinyvision-ai-inc/pico-ice/blob/main/Firmware/pico-ice-default/) -

0 commit comments

Comments
 (0)