From 64217cced826089c3a14469702a7a4f42d01c60b Mon Sep 17 00:00:00 2001 From: linxincheng <1481155734@qq.com> Date: Sat, 06 Apr 2024 20:51:27 +0800 Subject: [PATCH] PATCH:Alientek-IMX6ULL: Add Alientek i.MX6ULL v20/v24 board bootloader patch files --- debian/build.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/debian/build.sh b/debian/build.sh index f04ab7d..e1ff6fc 100755 --- a/debian/build.sh +++ b/debian/build.sh @@ -53,7 +53,7 @@ export ROOTFS_DIR=rootfs-$DIS_TYPE-$DIS_VER echo "" - pr_info "INFO: Start debootstrap fetch debian $DIS_VER root filesystem now." + pr_info "INFO: Start debootstrap fetch debian $DIS_VER($ARCH) root filesystem now." } # Debian 12 depends on the new keyring @@ -106,6 +106,7 @@ pr_info "debain rootfs fetched already" return ; fi + debootstrap --arch=${ARCH} --foreign ${DIS_VER} ${ROOTFS_DIR} http://ftp.debian.org/debian/ cp -f /usr/bin/qemu-arm-static ${ROOTFS_DIR}/usr/bin/ -- Gitblit v1.9.1