From 4eadb0ca57855129e47df26866c58a5c39e662c5 Mon Sep 17 00:00:00 2001 From: "Lukas F. Hartmann" <lukas@mntre.com> Date: Thu, 25 Feb 2021 21:00:44 +0100 Subject: [PATCH] update mkimage.sh --- reform2-imx8mq/mkimage.sh | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/reform2-imx8mq/mkimage.sh b/reform2-imx8mq/mkimage.sh index 97f85b4..56e9b3f 100755 --- a/reform2-imx8mq/mkimage.sh +++ b/reform2-imx8mq/mkimage.sh @@ -8,19 +8,17 @@ set -e sudo apt-get -y install parted multistrap udisks2 gcc-aarch64-linux-gnu make device-tree-compiler qemu-user-static binfmt-support build-essential bison flex libssl-dev mmdebstrap # build the linux kernel -#./mkkernel.sh +./mkkernel.sh # build u-boot -#./mkuboot.sh +./mkuboot.sh # build the debian userland and configure it -#sudo ./mkuserland.sh -# chroot into the userland and build custom packages (mesa, xserver...) -#sudo ./mkuserland2.sh - sudo ./mkuserland-new.sh +# chroot into the userland and build custom packages (mesa, xserver...) +sudo ./mkuserland2.sh -#SIZE=8188M -SIZE=2048M +SIZE=9000M +#SIZE=2048M # create ext4 partition from target root directory directly at 4MiB offset, 8192MiB (8GiB) image size sudo /sbin/mke2fs -v -L 'MNTREFORM' -N 0 -O 64bit -E offset=4194304 -d target-userland -m 5 -r 1 -t ext4 reform-system.img $SIZE -- GitLab