From e65347c24b1871c3cda2f9d6d62fefb0fe606781 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 7 Dec 2016 15:17:26 +0530 Subject: tegra: update.sh: Remove Apalis TK1 eMMC partition resizing limit of 8GB Currently our update.sh script limits the partition size to around 8GB by default so even after our automatic resizing only 8GB of the 16GB of available eMMC space can be used. Set a higher and saner default EMMC_SIZE to allow automatic resizing to the full EMMC space available. Signed-off-by: Sanchayan Maity Signed-off-by: Max Krummenacher Signed-off-by: Marcel Ziswiler --- recipes-images/images/files/library/tegra/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-images/images/files/library/tegra/update.sh b/recipes-images/images/files/library/tegra/update.sh index 90e12f7..3644511 100755 --- a/recipes-images/images/files/library/tegra/update.sh +++ b/recipes-images/images/files/library/tegra/update.sh @@ -202,7 +202,7 @@ case "$MODTYPE" in CBOOT_IMAGE=apalis-tk1.img CBOOT_IMAGE_TARGET=tegra124 # assumed minimal eMMC size [in sectors of 512] - EMMC_SIZE=$(expr 1024 \* 7450 \* 2) + EMMC_SIZE=$(expr 1024 \* 15020 \* 2) IMAGEFILE=root.ext3 KERNEL_DEVICETREE="tegra124-apalis-eval.dtb" LOCPATH="tegra-uboot-flasher" -- cgit v1.2.3