it:linux:rockpi4

Dies ist eine alte Version des Dokuments!


RockPi 4

wget "https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/linux-5.15.49.tar.xz"
tar -xvJf linux-5.15.49.tar.xz
cd linux-*
wget "https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/5.15/patch-5.15.49-rt47.patch.xz"
unxz patch-5.15.49-rt47.patch.xz
cat patch-5.15.49-rt47.patch | patch -p1 
make ARCH=arm64 menuconfig
make -j9 ARCH=arm64 LOCALVERSION=-rockchip64 Image modules dtbs
make ARCH=arm64 modules_install 
  • it/linux/rockpi4.1657954484.txt.gz
  • Zuletzt geändert: 2022/07/16 06:54
  • von admin