]> git.zerfleddert.de Git - m1-debian/blobdiff - gpu.sh
only build gpu u-boot, do _not_ install it.
[m1-debian] / gpu.sh
diff --git a/gpu.sh b/gpu.sh
index 0adedd036ee7791dad8e59c53b106cb61f06636c..960ccbe9b4d8ded0f81f6bae9bdcd1653068a684 100644 (file)
--- a/gpu.sh
+++ b/gpu.sh
@@ -22,9 +22,7 @@ build_linux()
         source "$HOME/.cargo/env"
         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
-        sudo make LLVM=-14 install
+        make -j `nproc` V=0 bindeb-pkg > /dev/null
 )
 }
 
@@ -51,8 +49,6 @@ build_uboot()
         make -j `nproc`
 )
         cat m1n1/build/m1n1.bin   `find linux/arch/arm64/boot/dts/apple/ -name \*.dtb` <(gzip -c u-boot/u-boot-nodtb.bin) > u-boot.bin
-        sudo cp /boot/efi/m1n1/boot.bin /boot/efi/m1n1/`date +%Y%m%d%H%M`.bin
-        sudo cp u-boot.bin /boot/efi/m1n1/boot.bin
 }
 
 mkdir -p build
Impressum, Datenschutz