X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/bbfe0117229983309a3f88695d3d87eb641b77b6..66ea551d2bd9b63ea4c25705630510134a577bee:/gpu.sh diff --git a/gpu.sh b/gpu.sh index 8bc06fa..003f38b 100644 --- a/gpu.sh +++ b/gpu.sh @@ -23,7 +23,7 @@ build_linux() cat ../../config.edge > .config make LLVM=-14 olddefconfig make LLVM=-14 -j `nproc` V=0 > /dev/null - sudo make LLVM=-14 modules_install + sudo make LLVM=-14 V=0 modules_install > /dev/null sudo make LLVM=-14 install ) } @@ -55,6 +55,10 @@ build_uboot() sudo cp u-boot.bin /boot/efi/m1n1/boot.bin } +echo 'Has no gpu yet' +echo 'Boot but crashes shortly after. Do not use.' +exit 1 + mkdir -p build cd build