diff --git a/Setup-Computer-Debian-11.md b/Setup-Computer-Debian-11.md index 0e53de0..37d7c09 100644 --- a/Setup-Computer-Debian-11.md +++ b/Setup-Computer-Debian-11.md @@ -146,9 +146,10 @@ cd /usr/realtime/testsuite/kern/latency/ ``` cd ~/BaseSystem -unzip ../work/stxm/SystemInstall/comedi-master-20190305.zip -unzip ../work/stxm/SystemInstall/comedilib-master-20190305.zip -cd comedi-master +git clone https://github.com/Linux-Comedi/comedi.git +git clone https://github.com/Linux-Comedi/comedilib.git + +cd comedi cp ../../work/stxm/SystemInstall/N1231B_reg.h comedi/drivers patch -p1 < ~/work/stxm/SystemInstall/comedi.patch @@ -158,7 +159,7 @@ make sudo make install sudo depmod -a -cd ../comedilib-master +cd ../comedilib ./autogen.sh ./configure make @@ -171,6 +172,7 @@ sudo make install cd ~/BaseSystem cd rtai-5.3 cp ../../work/stxm/SystemInstall/rtai-5.3_config-4.19.177-2nd .rtai_config +# check comedi path, could be comedi-master make clean make #- check that numer of CPU (in Machine (x86)) matches your computer