From ed11e8d0e60c789c5b224ec8effeabc2534d4303 Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 27 Jul 2022 19:45:45 +0200 Subject: [PATCH] Update Setup Computer Debian 11 --- Setup-Computer-Debian-11.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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