Private
Public Access
11
1

Update Setup Computer Debian 11

2022-07-27 16:03:07 +02:00
parent a7a354d18c
commit 3663a07d53

@@ -98,12 +98,13 @@ sudo ./INSTALL
```
cd ~/BaseSystem
wget https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.14.111.tar.gz
tar xfz linux-4.14.111.tar.gz
tar xfj ../work/stxm/SystemInstall/rtai-5.2.tar.bz2
cd linux-4.14.111
patch -p1 < ../rtai-5.2/base/arch/x86/patches/hal-linux-4.14.111-x86-3.patch
cp ~/work/stxm/SystemInstall/config_4.14.111_for_rtai-52 .config
wget https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.19.177.tar.gz
tar xfz linux-4.19.177.tar.gz
wget https://www.rtai.org/userfiles/downloads/RTAI/rtai-5.3.tar.bz2
tar xfj rtai-5.3.tar.bz2
cd linux-4.19.177
patch -p1 < ../rtai-5.3/base/arch/x86/patches/hal-linux-4.19.177-cip44-x86-17.patch
cp ~/work/stxm/SystemInstall/linux-4.19.177rt.config .config
make localmodconfig # Compile only Modules, as they are used on the current computer
make -j5 deb-pkg LOCALVERSION=-rt1