Software
Build Project Plus Dependencies
If you are using a SPEC start by how to build SPEC dependencies. Then, of course, build the SPEC project itself.
git clone https://ohwr.org/project/spec.git
make -C spec/software/kernel
make -C spec/software/kernel modules_install
Then build the FMC-ADC-100M dependencies
git clone https://ohwr.org/project/zio.git
make -C zio/drivers/zio
make -C zio/drivers/zio modules_install
# You should have done this already to build the SPEC
git clone https://ohwr.org/project/fmc-sw.git
make -C fmc-sw
make -C fmc-sw modules_install
And then build the project as described in the documentation:
https://ohwr.org/project/fmc-adc-100m14b4cha/blob/master/doc/software/driver.rst
If you do not use the SVEC card, you can set the environment variable CONFIG_FMC_ADC_SVEC=n
to instruct the build process to exclude any VME dependency.