From 5514cb293804bdc25b390fba1cab8d7c104d8da8 Mon Sep 17 00:00:00 2001 From: Sai Sree Kartheek Adivi Date: Thu, 1 Aug 2024 09:25:25 +0530 Subject: [PATCH] create-wic: increase image size from 3gb to 5gb. since the addition of chromium package and it's dependencies, it's better to update the size now to avoid any possible build failures. Signed-off-by: Sai Sree Kartheek Adivi --- create-wic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-wic.sh b/create-wic.sh index 12dfaae..76539e3 100755 --- a/create-wic.sh +++ b/create-wic.sh @@ -96,7 +96,7 @@ fi IMAGE=tisdk-debian-${BUILD}.wic echo "Creating an empty image" -dd if=/dev/zero of=${BUILDPATH}/${BUILD}/${IMAGE} count=6291456 status=progress +dd if=/dev/zero of=${BUILDPATH}/${BUILD}/${IMAGE} count=10485760 status=progress sync ; sync cat << END | fdisk ${BUILDPATH}/${BUILD}/${IMAGE}