X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/26c19e50edd80f906eba8e24c45b6256625963bc..a7af9e48e6b6e89d35eef247fb024c9870b9bb14:/doc/asahi.txt diff --git a/doc/asahi.txt b/doc/asahi.txt index 6c6241b..9d856da 100644 --- a/doc/asahi.txt +++ b/doc/asahi.txt @@ -37,7 +37,7 @@ diskutil addPartition %Linux% %noformat% # dd a Debian Testing rootfs on it (minimum size 1 GB) # Find the scripts to create that rootfs here: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian -curl -L https://tg.st/u/m1.tgz | tar -xOz | dd of=/dev/ +curl -L https://tg.st/u/m1.tgz | tar -xOz | dd of=/dev/ bs=8m # Relax the boot policy for the stub os and uplaod install m1n1 /Volumes/Linux/step2.sh @@ -50,7 +50,7 @@ git clone --depth 1 https://github.com/AsahiLinux/linux cd linux curl -s https://tg.st/u/9ce9060dea91951a330feeeda3ad636bc88c642c.patch | git am - curl -s https://tg.st/u/5nly | git am - -curl -s https://tg.st/u/m1-config-2022-01-27 > .config +curl -s https://tg.st/u/config-2022-01-28 > .config make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- olddefconfig make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j32 Image.gz dtbs cd ..