diff --git a/Setup-Computer-Debian-11.md b/Setup-Computer-Debian-11.md index 71cfef4..5107c71 100644 --- a/Setup-Computer-Debian-11.md +++ b/Setup-Computer-Debian-11.md @@ -177,12 +177,12 @@ 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 +make menuconfig #- check that numer of CPU (in Machine (x86)) matches your computer #- check, that Net RPC is disabled (Base System -> Supported Services) #- check eager inlining (General) + #- check comedi path (Add-ons) sudo make install ```