PCIe Setup Problem - Cyclone 10 GX dev kit
Hello I have Cyclone 10 GX development kit and I'm trying to test the PCIe connection. For that I'm following AN 829 (PCI Express* Avalon®-MM DMA Reference Design). I followed the hardware setup procedure described in 1.2.5 but I'm having 2 problems:
1. My Linux (debian) system is not recognizing the device (doesn't appear on lspci).
The dev kit is connected to a Gen3 16x slot. I program the FPGA with the .sof file that comes with the ref design (in the folder "master_image) but I've also tried compiling myself the project and used that new .sof, with the same result.
2. The driver is not installing. An error message appears:
./install: make: not found
insmod: ERROR: could not insert module ./altera_dma.ko: Key was rejected by service
Can you please help me?