Skip to content
Juan Gonzalez-Gomez edited this page Mar 28, 2024 · 8 revisions

Contents

Usage

apio drivers [OPTIONS]

Description

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)

Options

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)

Packages

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)

Examples

1. Uninstall examples package

apio uninstall examples

2. Uninstall the drivers package for windows in a linux platform

apio uninstall drivers --platform windows_amd64


Clone this wiki locally