Skip to content
Juan Gonzalez-Gomez edited this page Jun 27, 2021 · 2 revisions

Tools-system Apio package

Apio package with the tools for listing the usb devices and retrieving information from the ftdi chips

Install

  • Install APIO
  • Execute the following commands:
$ apio drivers --enable
$ apio install system

Usage

  • For listing the ids of the USB devices:
$ apio system --lsusb
04f2:b369 (bus 3, device 3) path: 1.3
8087:07da (bus 3, device 4) path: 1.2
1d6b:0003 (bus 2, device 1)
8087:0024 (bus 4, device 2) path: 1
1d6b:0002 (bus 4, device 1)
8087:0024 (bus 3, device 2) path: 1
1d6b:0002 (bus 3, device 1)
0458:003a (bus 1, device 2) path: 3
1d6b:0002 (bus 1, device 1)
  • For listing the FTDI devices:
$ apio system --lsftdi
Number of FTDI devices found: 1
Checking device: 0
Manufacturer: bqlabs, Description: IceZUM Alhambra - 3 (bqlabs)

TOOLs-system

Developers

Clone this wiki locally