-
Notifications
You must be signed in to change notification settings - Fork 139
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)
Option | Description |
---|---|
--ftdi-enable |
Enable FPGA drivers |
--ftdi-disable |
Disable FPGA drivers |
--serial-enable |
Enable Serial drivers |
--serial-disable |
Disable Serial drivers |
apio drivers --ftdi-enable
apio drivers --ftdi-disable
apio drivers --serial-enable
apio drivers --serial-disable
- 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)