· 6 years ago · Mar 30, 2020, 10:20 PM
1Without patch :
2
3$ sigrok-cli --driver=ftdi-la:conn=0403.8a98 --scan -l 5
4sr: [00:00.000001] log: libsigrok loglevel set to 5.
5sr: [00:00.000534] backend: libsigrok 0.5.1/5:0:1 (rt: 0.5.1/5:0:1).
6sr: [00:00.000629] backend: Libs: glib 2.58.1 (rt: 2.64.1/6401:1), libzip 1.1.2, libserialport 0.1.1/1:0:1 (rt: 0.1.1/1:0:1), libusb-1.0 1.0.22.11312 API 0x01000106, libftdi 1.4.
7sr: [00:00.000664] backend: Host: x86_64-pc-linux-gnu, little-endian.
8sr: [00:00.000684] backend: SCPI backends: TCP, RPC, serial, USBTMC.
9sr: [00:00.000699] backend: Firmware search paths:
10sr: [00:00.000746] backend: - /home/trcm/.local/share/sigrok-firmware
11sr: [00:00.000768] backend: - /usr/share/sigrok-firmware
12sr: [00:00.000791] backend: - /usr/local/share/sigrok-firmware
13sr: [00:00.000805] backend: - /usr/share/sigrok-firmware
14sr: [00:00.000862] backend: Sanity-checking all drivers.
15sr: [00:00.000898] backend: Sanity-checking all input modules.
16sr: [00:00.000921] backend: Sanity-checking all output modules.
17sr: [00:00.000944] backend: Sanity-checking all transform modules.
18srd: libsigrokdecode loglevel set to 5.
19sr: [00:00.005688] hwdriver: sr_config_list(): key 2147418112 (NULL) sdi (nil) cg NULL -> [uint32 20000]
20sr: [00:00.009284] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
21sr: [00:00.009377] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
22sr: [00:00.009422] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
23sr: [00:00.009466] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
24sr: [00:00.014248] ftdi-la: Found an FTDI device: TIAO USB Multi-Protocol Adapter.
25sr: [00:00.014645] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
26sr: [00:00.014693] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
27sr: [00:00.014807] hwdriver: Scan found 1 devices (ftdi-la).
28The following devices were found:
29ftdi-la - TIAO TIAO USB Multi-Protocol Adapter with 8 channels: TXD RXD RTS# CTS# DTR# DSR# DCD# RI#
30sr: [00:00.014926] hwdriver: Cleaning up all drivers.
31
32With patch :
33
34$ LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH sigrok-cli --driver=ftdi-la:conn=0403.8a98 --scan -l 5
35sr: [00:00.000001] log: libsigrok loglevel set to 5.
36sr: [00:00.000109] backend: libsigrok 0.6.0-git-1ee10c9b/4:0:0.
37sr: [00:00.000223] backend: Libs: glib 2.64.1 (rt: 2.64.1/6401:1), libzip 1.5.2, libusb-1.0 1.0.22.11312 API 0x01000106, bluez 5.50, libftdi 1.4.
38sr: [00:00.000274] backend: Host: x86_64-pc-linux-gnu, little-endian.
39sr: [00:00.000323] backend: SCPI backends: TCP, RPC, serial, USBTMC.
40sr: [00:00.000365] backend: Firmware search paths:
41sr: [00:00.000428] backend: - /home/trcm/.local/share/sigrok-firmware
42sr: [00:00.000470] backend: - /usr/local/share/sigrok-firmware
43sr: [00:00.000514] backend: - /usr/local/share/sigrok-firmware
44sr: [00:00.000556] backend: - /usr/share/sigrok-firmware
45sr: [00:00.000624] backend: Sanity-checking all drivers.
46sr: [00:00.000668] backend: Sanity-checking all input modules.
47sr: [00:00.000710] backend: Sanity-checking all output modules.
48sr: [00:00.000760] backend: Sanity-checking all transform modules.
49srd: libsigrokdecode loglevel set to 5.
50sr: [00:00.005515] hwdriver: sr_config_list(): key 2147418112 (NULL) sdi (nil) cg NULL -> [uint32 20000]
51sr: [00:00.009280] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
52sr: [00:00.009357] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
53sr: [00:00.009401] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
54sr: [00:00.009445] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
55sr: [00:00.014271] ftdi-la: Found an FTDI device: TIAO USB Multi-Protocol Adapter.
56sr: [00:00.014378] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
57sr: [00:00.014421] usb: Found USB device (VID:PID = 0403:8a98, bus.address = 1.5).
58sr: [00:00.014527] hwdriver: Scan found 1 devices (ftdi-la).
59The following devices were found:
60ftdi-la - TIAO TIAO USB Multi-Protocol Adapter with 8 channels: TCK TDI TDO TMS RST nTRST DBGRQ RTCK
61sr: [00:00.014659] hwdriver: Cleaning up all drivers.