]> git.zerfleddert.de Git - m1-debian/blobdiff - gpu.sh
working on gpu kernel
[m1-debian] / gpu.sh
diff --git a/gpu.sh b/gpu.sh
index fc94ab241089b9b2e40f58add5db43f2e308b717..0adedd036ee7791dad8e59c53b106cb61f06636c 100644 (file)
--- a/gpu.sh
+++ b/gpu.sh
@@ -18,9 +18,9 @@ build_linux()
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard asahi-6.1-rc5-11;
+        git reset --hard asahi-6.1-rc8-3;
         source "$HOME/.cargo/env"
-        cat ../../config.edge > .config
+        cat ../../config-gpu.txt > .config
         make LLVM=-14 olddefconfig
         make LLVM=-14 -j `nproc` V=0 > /dev/null
         sudo make LLVM=-14 V=0 modules_install > /dev/null
@@ -34,7 +34,7 @@ build_m1n1()
         test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
         cd m1n1
         git fetch -a -t
-        git reset --hard v1.1.8;
+        git reset --hard v1.2.2;
         make -j `nproc`
 )
 }
@@ -55,8 +55,6 @@ build_uboot()
         sudo cp u-boot.bin /boot/efi/m1n1/boot.bin
 }
 
-echo 'Warning: Has no gpu yet'
-
 mkdir -p build
 cd build
 
Impressum, Datenschutz