FMC ADC 100M 14B 4CHA Software Support
Overview
This is the project that provides software support for the FMC ADC 100M 14B 4CHA board.
Within this project you can find:
- the driver for the ADC in the software/kernel/ directory.
- the tools that directly interact with the driver in the software/tools/ directory
To be able to use the driver will we need also the following Linux kernel modules:
- fmc: to handle the FMC EEPROM and presence bit;
- spec: to get the PCIe infrastructure;
- svec: to get the VME infrastructure;
- zio: to get the data acquisition framework;
If you need a Linux user-space library to interact with this driver, you are recommended to use the generic ADC library.
Here an overview of the architecture behind this project. In dark blue components developed within this project, in light blue necessary components from other projects.
Releases
Releases are tagged using the semantic versioning convention.
Documentation
The main source of information is the official documentation. Even if is not updated to last software release it contains all the necessary information you need to run the driver. You can find the documentation for the supported releases in the documents page.