summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-20 13:39:09 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-06-30 17:43:09 +0200
commitb2060ea6d1665c17a542f2f177d5ca26b345dd8f (patch)
tree9e92c2e7368b64cbb0e1ff5470ab5d9c1c763f18
parentfd5bf7d9e923b8f3c5c8e825ad76603c8c5326e1 (diff)
update.sh: increase min partition free size & add note about bct change
Increase MIN_PARTITION_FREE_SIZE as a provision for customers running NVIDIA JetPack on Apalis TK1. Add a note about having to change apalis-t30_bin/apalis_t30.img.cfg resp. colibri-t30_bin/colibri_t30.img.cfg as well if changing BCT. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
-rwxr-xr-xrecipes-images/images/files/library/tegra/update.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-images/images/files/library/tegra/update.sh b/recipes-images/images/files/library/tegra/update.sh
index 0576cd2..e740bb6 100755
--- a/recipes-images/images/files/library/tegra/update.sh
+++ b/recipes-images/images/files/library/tegra/update.sh
@@ -71,7 +71,7 @@ EMMC_PARTS="mbr.bin boot.vfat"
# no devicetree by default
KERNEL_DEVICETREE=""
KERNEL_IMAGETYPE="uImage"
-MIN_PARTITION_FREE_SIZE=100
+MIN_PARTITION_FREE_SIZE=300
MODTYPE_DETECT=0
# NAND parameters
@@ -192,6 +192,7 @@ esac
case "$MODTYPE" in
"apalis-t30")
+ # note: requires changing apalis-t30_bin/apalis_t30.img.cfg as well
# BCT=apalis_t30_12MHz_MT41K512M8RH-125_533MHz.bct
BCT=Apalis_T30_2GB_800Mhz.bct
CBOOT_IMAGE=apalis_t30.img
@@ -230,6 +231,7 @@ case "$MODTYPE" in
;;
"colibri-t30")
# with new kernel, boot with 400MHz, then switch between 400 & 800
+ # note: requires changing colibri-t30_bin/colibri_t30.img.cfg as well
BCT=colibri_t30_12MHz_NT5CC256M16CP-DI_400MHz.bct
# BCT=colibri_t30_12MHz_NT5CC256M16CP-DI_533MHz.bct
CBOOT_IMAGE=colibri_t30.img