From cbb07f1b4f25705f4e78ee87febcffbb0f4afba4 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 26 Jan 2022 22:39:57 +0100 Subject: [PATCH] build the raw binary for u-boot --- bootstrap.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.39.2