Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, FPGA AI Suite, Software Stack, and Reference Designs
477 Discussions

what is the driver of D5005 which we can check(select) it in the time of compiling kernel

QiChuang
Employee
531 Views

Hi Dear

     I have installed the Drivers of PAC D5005 

    and we can find below drivers, it is same as user guide

lsmod | grep fpga

output:
ifpga_sec_mgr 13757 1 intel_max10
intel_fpga_pac_iopll 13722 0
intel_fpga_pac_hssi 24389 0
intel_fpga_afu 36165 0
intel_fpga_fme 71639 0
fpga_mgr_mod 14812 1 intel_fpga_fme
intel_fpga_pci 26500 2 intel_fpga_afu,intel_fpga_fme
 

 

what we want to know is that which driver is the dedicated driver for FPGA PAC D5005

if we got the name, we can check if it is in linux driver library and we can check(select) it in the time of compiling the linux kernel. thanks

 

     

0 Kudos
2 Replies
EngWei_O_Intel
Employee
512 Views

Hi QiChuang

All the drivers listed are needed for different HW part of FPGA. Kernel 3.10.0-957 is the best known configuration that is fully validated and supported.

 

Thanks.

Eng Wei

 

0 Kudos
QiChuang
Employee
489 Views
0 Kudos
Reply