File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
1920The [ 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
2324It 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):
2732pip3 install git+https://github.com/FPGAwars/apio
@@ -43,6 +48,7 @@ apio build
4348apio upload
4449```
4550
51+
4652## Default Firmware
4753
4854[ source] ( https://github.com/tinyvision-ai-inc/pico-ice/blob/main/Firmware/pico-ice-default/ ) -
You can’t perform that action at this time.
0 commit comments