From d5bad0e53ef61c99c42eab46d18fd95215542db1 Mon Sep 17 00:00:00 2001 From: watts Date: Wed, 9 Nov 2022 14:34:18 +0100 Subject: [PATCH] Update Setup Computer Debian 11 --- Setup-Computer-Debian-11.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```