Forum Discussion
Hi,
Can you check which driver was installed for the FPGA board? Can you share the "lspci -vv" for that specific board?
Thanks.
Hello,
Sure thing, attached to this post is the output of "lspci -vv" as you requested. There are two devices listed: 0000:01:00.0 and 0000:01:00.1, as I followed the tutorial for creating and binding the PF and VF. Below are also some outputs that may be relevant here:
[root@localhost scripts]# ls -lt /dev/vfio
total 0
crw-rw----. 1 jbick root 234, 0 Dec 2 14:54 15
crw-rw-rw-. 1 root root 10, 196 Dec 2 14:54 vfio
[root@localhost scripts]# sudo opae.io ls
[0000:01:00.0] (0x8086:0xbcce 0x8086:0x0001) Intel Acceleration JTAG PCI Development Kit (Driver: dfl-pci)
[0000:01:00.1] (0x8086:0xbccf 0x8086:0x0001) Intel Acceleration JTAG PCI Development Kit (Driver: vfio-pci)
Thank you!
James