]> git.zerfleddert.de Git - m1-debian/commitdiff
dcp is working but still no gpu for the time being
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 26 Oct 2022 06:56:18 +0000 (08:56 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 26 Oct 2022 06:56:18 +0000 (08:56 +0200)
gpu.sh

diff --git a/gpu.sh b/gpu.sh
index 6cfbd1653ad8f408f2e68a7d1b6d81ce53a7a9bb..3c5db607dad0925512919f14aaee43eddfd06911 100644 (file)
--- a/gpu.sh
+++ b/gpu.sh
@@ -15,7 +15,7 @@ build_linux()
         cd linux
         git fetch -a -t
         git reset --hard origin/asahi-wip;
-        curl -sL https://tg.st/u/78cf358c267e7df34d6428d2ee621cf83d9a06b2c5b1e798562730e196cd3754.config > .config
+        curl -sL https://tg.st/u/e633ae8c7e2f16d7bc845a0695e583a836d94846e1c33da182216e565c3769c4.config > .config
         make olddefconfig
         make -j `nproc` V=0 > /dev/null
         sudo make modules_install
@@ -56,9 +56,6 @@ build_uboot()
 mkdir -p build
 cd build
 
-echo 'On my last try it booted, but the following things did not work: usb-a, usb-c, network, shutdown or reboot'
-exit 1;
-
 build_linux
 build_m1n1
 build_uboot
Impressum, Datenschutz