|
# FMC TDC SW support
|
|
# FMC TDC SW support
|
|
|
|
|
|
|
|
|
|
*DOCUMENTATION UNDER DEVELOPMENT**
|
|
|
|
|
|
|
|
## Introduction
|
|
## Introduction
|
|
|
|
|
|
https://www.ohwr.org/654
|
|
https://www.ohwr.org/654
|
... | @@ -49,7 +47,6 @@ To load the drivers, we should load the dependencies first: |
... | @@ -49,7 +47,6 @@ To load the drivers, we should load the dependencies first: |
|
|
|
|
|
Once the dependencies are loaded, we load the drivers:
|
|
Once the dependencies are loaded, we load the drivers:
|
|
|
|
|
|
# insmod <path_fmc-tdc-sw>/drivers/zio-trigger-tdc.ko
|
|
|
|
# insmod <path_fmc-tdc-sw>/drivers/spec-tdc.ko <parameters>
|
|
# insmod <path_fmc-tdc-sw>/drivers/spec-tdc.ko <parameters>
|
|
|
|
|
|
The spec-tdc.ko driver has several parameters, you can discover them
|
|
The spec-tdc.ko driver has several parameters, you can discover them
|
... | @@ -113,7 +110,7 @@ library: |
... | @@ -113,7 +110,7 @@ library: |
|
To execute it:
|
|
To execute it:
|
|
|
|
|
|
$ cd <path_fmc-tdc-sw>/test
|
|
$ cd <path_fmc-tdc-sw>/test
|
|
$ ./test-fmctdc.py
|
|
$ sudo ./test-fmctdc.py
|
|
|
|
|
|
If you want the help, you can execute:
|
|
If you want the help, you can execute:
|
|
|
|
|
... | | ... | |