]> git.zerfleddert.de Git - m1-debian/commitdiff
build the raw binary for u-boot
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 26 Jan 2022 21:39:57 +0000 (22:39 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 26 Jan 2022 21:39:57 +0000 (22:39 +0100)
bootstrap.sh

index e1f99919f96296a5d456e86d487d4bf4e6a1941f..c0caf2bd3dfbcdededd4de7231c9e5688f459c3a 100644 (file)
@@ -30,7 +30,7 @@ build_uboot()
         make -j 16 || true
 )
 
-        cat m1n1/build/m1n1.macho `find u-boot -name \*.dtb` u-boot/u-boot-nodtb.bin > u-boot.macho
+        cat m1n1/build/m1n1.bin `find u-boot -name \*.dtb` u-boot/u-boot-nodtb.bin > u-boot.bin
 }
 
 build_linux()
@@ -116,9 +116,9 @@ build_fs()
 mkdir -p build
 cd build
 
-build_m1n1
-build_uboot
-build_linux
-build_rootfs
-build_stick
-build_fs
+build_m1n1
+build_uboot
+build_linux
+build_rootfs
+build_stick
+build_fs
Impressum, Datenschutz