From: Thomas Glanzmann Date: Wed, 26 Oct 2022 06:56:18 +0000 (+0200) Subject: dcp is working but still no gpu for the time being X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/9c3580b8c8b4e46962fb9d6992a3a35415ae657a dcp is working but still no gpu for the time being --- diff --git a/gpu.sh b/gpu.sh index 6cfbd16..3c5db60 100644 --- 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