-
Notifications
You must be signed in to change notification settings - Fork 139
Apio System
Juan Gonzalez-Gomez edited this page Apr 1, 2024
·
4 revisions
apio system [OPTIONS]
Execute system commands
Flag | Long Flag | Description |
---|---|---|
-i |
--info |
Show system information: current platform |
--lsftdi |
List all connected FTDI devices | |
--lsusb |
List all connected USB devices. | |
--lsserial |
List all connected Serial devices |
apio system --lsftdi
$ apio system --lsftdi
Number of FTDI devices found: 1
Checking device: 0
Manufacturer: AlhambraBits, Description: Alhambra II v1.0A - B07-095
apio system --lsusb
$ apio system --lsusb
1d6b:0003 (bus 2, device 1)
04f2:b68b (bus 1, device 3) path: 7
0403:6010 (bus 1, device 5) path: 5
062a:4102 (bus 1, device 2) path: 4
8087:0aaa (bus 1, device 4) path: 10
1d6b:0002 (bus 1, device 1)
apio system --lsserial
$ apio system --lsserial
Number of Serial devices found: [{'port': '/dev/ttyUSB1', 'description': 'Alhambra II v1.0A - B07-095 - Alhambra II v1.0A - B07-095', 'hwid': 'USB VID:PID=0403:6010 LOCATION=1-5:1.1'}, {'port': '/dev/ttyUSB0', 'description': 'Alhambra II v1.0A - B07-095 - Alhambra II v1.0A - B07-095', 'hwid': 'USB VID:PID=0403:6010 LOCATION=1-5:1.0'}]
/dev/ttyUSB1
Description: Alhambra II v1.0A - B07-095 - Alhambra II v1.0A - B07-095
Hardware info: USB VID:PID=0403:6010 LOCATION=1-5:1.1
/dev/ttyUSB0
Description: Alhambra II v1.0A - B07-095 - Alhambra II v1.0A - B07-095
Hardware info: USB VID:PID=0403:6010 LOCATION=1-5:1.0
apio system --info
$ apio system --info
Platform: linux_x86_64
- 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)