From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Wed, 26 Jan 2022 21:39:57 +0000 (+0100)
Subject: build the raw binary for u-boot
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/cbb07f1b4f25705f4e78ee87febcffbb0f4afba4?ds=sidebyside

build the raw binary for u-boot
---

diff --git a/bootstrap.sh b/bootstrap.sh
index e1f9991..c0caf2b 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -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