-
Notifications
You must be signed in to change notification settings - Fork 140
Apio drivers
Juan Gonzalez-Gomez edited this page Mar 28, 2024
·
8 revisions
apio drivers [OPTIONS]
Enable/Disable the FTDI drivers.
- Linux: add the rules file. It may require a reboot or to uplug and reconnect the board.
- Mac OSX: configure FTDIUSBSerialDriver and AppleUSBFTDI keys and install libftdi.
- Windows: open zadig to replace the current driver by libusbK. It requires to uplug and reconnect the board.
This command requires the drivers
package (only for Windows).
Note
More information in (install_drivers
) (TODO)
Flag | Long Flag | Description |
---|---|---|
-a |
--all |
Uninstall all packages |
-l |
--list |
List all installed packages |
-p |
--platform |
Set the platform [linux, linux_x86_64, linux_i686, linux_armv7l, linux_aarch64, windows, windows_amd64, windows_x86, darwin] (Advanced) |
Package | Installation | Description |
---|---|---|
tools-oss-cad-suite | apio install oss-cad-suite | Selected binaries from the YosysHQ/oss-cad-suite project |
examples | apio install examples | Verilog basic examples, pinouts, etc |
drivers | apio install drivers | Drivers tools (only for Windows) |
gtkwave | apio install gtkwave | Simulation viewer. GTKWave project (only for Windows) |
apio uninstall examples
apio uninstall drivers --platform windows_amd64
- Project structure
- Project configuration file (apio.ini)
- apio
- Project Commands:
- Setup commands:
- Utility Commands:
- Downloading the Blinky example
- The apio-examples package: Adding examples
-
Apio packages
- Tools-oss-cad-suite
- Apio examples
- Tools-drivers (Windows)
- Gtkwave (Windows)