Forum Discussion
Altera_Forum
Honored Contributor
17 years agoAltera PCI Express Development Kit: Linux DMA Driver
Hi, I am a newbie to FPGA design and implementation. While installing the PCI express board on LINUX machine, I don't see Demo application driver for DMA read and write for LINUX (Manual talk...
Altera_Forum
Honored Contributor
16 years agoI've also had problems with the compiling of this driver.
"Make" command gives a lot of errors,so I builded this driver using KDelevop. I loaded him into the kernel using modprobe command. "lsmod" displays this driver,but he is absent in$/dev/.... I suppose,I have to write the register part by myself.(register_chrdev(200,"altera",&fops.....)...). By the way this driver is still under development. Under selftest function,you mean the "probe" function. Can you post the changes?