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.
- jjb1692 months ago
New Contributor
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
- JohnT_Altera2 months ago
Regular Contributor
Hi,
Can you run "aocl list-devices" to understand the current status of the FPGA?
Thanks
- jjb1692 months ago
New Contributor
Hello,
Sure thing! Here is the output from that command:
[root@localhost scripts]# aocl list-devices
--------------------------------------------------------------------
Device Name:
acl0BSP Install Location:
/home/jbick/OFS/OFS_BUILD_ROOT/oneapi-asp/iseries-dkVendor: Intel Corp
Physical Dev Name Status Information
ofs_ed00000 Passed Intel OFS Platform (ofs_ed00000)
PCIe 01:00.0
FPGA temperature = NAASP DIAGNOSTIC_PASSED
--------------------------------------------------------------------Best,
James