QiChuang
New Contributor
5 years agowhat is the driver of D5005 which we can check(select) it in the time of compiling kernel
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