Advertisement
Guest User

asahi-m1n1-uboot

a guest
May 23rd, 2022
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. git clone --recursive https://github.com/AsahiLinux/m1n1.git
  2. cd m1n1
  3. git submodule init && git submodule update
  4. make
  5.  
  6.  
  7. git clone --branch installer-release-t6001_j375c git@github.com:jannau/u-boot-1.git
  8. cd u-boot-1
  9. export CROSS_COMPILE=aarch64-gcc-linux-gnu-
  10. make apple_m1_defconfig
  11. make
  12.  
  13. cd ..
  14. cat m1n1/build/m1n1.bin u-boot-1/arch/arm/dts/t6001-j375c.dtb <(gzip -c u-boot-1/u-boot-nodtb.bin) > boot.bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement