Can't load FPGA bitstream under Linux
Brought to you by:
sszy
I'm trying to use a fresh version of linux kernel (5.10) with the old APF51 board.
But I can't load my bitstream using load_fpga script :
# load_fpga top.bin
modprobe: module fpgaloader not found in modules.dep
Failed to modprobe FPGA loader driver. Please check your config !
There should be a module named fpgaloader but I can't found it in
menuconfig :
$ make linux-menuconfig
searching for «fpgaloader» give no results :
│ No matches found.
I've just commited a fix to make the module compiling again.
You should search for "fpga_loader" btw
Cheers,
Kevin