I wrote a simple PCIe driver and I want to test if it works. For example, If it is possible to write and read to the memory which is used from the device as well.
How can I do that?
And which stuff should be proved too?
|
I wrote a simple PCIe driver and I want to test if it works. For example, If it is possible to write and read to the memory which is used from the device as well. How can I do that? And which stuff should be proved too? |
|||
|
|
|
You need to find the sysfs entry for your device, for example
(It can be easier to get there via the symlinks in other subdirectories of In this directory there should be (pseudo-)files named There's a lot of other stuff you can do with the entries in /sys. See the kernel documentation for more details. |
|||
|
|