Commit e32dc51e authored by Milosz Malczak's avatar Milosz Malczak

dependencies: updated fmc-sw

parent 5c4d770b
......@@ -29,8 +29,8 @@ sudo mount -t debugfs none /sys/kernel/debug/
# laziness, needed to avoid to compile two different ADC drivers
#sudo insmod ${DRIVERSDIR}/vmebridge/vmebus.ko
sudo insmod ${DRIVERSDIR}/coht-vic/drivers/htvic.ko
sudo insmod ${DEPDIR}/fmc-adc-100m14b4cha-sw/zio/zio.ko
sudo insmod ${DEPDIR}/fmc-adc-100m14b4cha-sw/zio/buffers/zio-buf-vmalloc.ko #????
sudo insmod ${DEPDIR}/fmc-adc-100m14b4cha-sw/zio/drivers/zio/zio.ko
sudo insmod ${DEPDIR}/fmc-adc-100m14b4cha-sw/zio/drivers/zio/buffers/zio-buf-vmalloc.ko #????
sudo insmod ${DEPDIR}/fmc-adc-100m14b4cha-sw/kernel/fmc-adc-100m14b.ko
sudo insmod ${DRIVERSDIR}/fmc/drivers/fmc/fmc.ko
sudo insmod ${DRIVERSDIR}/fpga-manager/drivers/fpga/fpga-mgr.ko
......
Subproject commit 4d718e33fbd7692d903ca228260b2eb1a7964ad2
Subproject commit 54a77d73df0ef321bbe74ef4acaf2776f6a142c5
......@@ -4,6 +4,10 @@ make clean
make
cd ../../fmc-adc-100m14b4cha-sw/
make clean
cd zio
make
cd ..
cp zio/drivers/zio/Module.symvers kernel/
make
cd ../wr-trigger-distribution/software/lib
make clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment