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
)
}
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