From c652c8f503ecc24f1c4cea358d3750a082da7438 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Mon, 30 Nov 2020 21:58:22 +0000 Subject: [PATCH] Update mkimage.sh: change image size to 2GB for testing --- reform2-imx8mq/mkimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reform2-imx8mq/mkimage.sh b/reform2-imx8mq/mkimage.sh index 0145e8c..9a4dc0d 100755 --- a/reform2-imx8mq/mkimage.sh +++ b/reform2-imx8mq/mkimage.sh @@ -20,7 +20,7 @@ mkdir -p target # change 8000 below to the number of megabytes your image file should have if [ ! -f reform-system.img ]; then - dd if=/dev/zero of=reform-system.img bs=1M count=0 seek=8000 + dd if=/dev/zero of=reform-system.img bs=1M count=0 seek=2000 else echo "reform-system.img already exists. Delete it if you want to change the image size." fi -- GitLab