summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/tegra/update.sh
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-27 10:53:33 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-27 10:53:33 +0100
commitdd511743bd4a32625e4de6468f3c1df41e703610 (patch)
tree299ff5b01fd2cd630130dd5f520c978eb7e8a58d /recipes/images/files/library/tegra/update.sh
parentf98b962ef2cb4f1646a4a7ac12c23bd27da71be9 (diff)
apalis_t30: switch to validated 800 mhz bct
Switch to using the temperature Chamber validated 800 MHz BCT Apalis_T30_2GB_800Mhz.bct. Please note that for now this is a fixed 800 MHz BCT which does not allow for memory DVFS (e.g. 400/800 MHz switching like currently only possible on Colibri T30).
Diffstat (limited to 'recipes/images/files/library/tegra/update.sh')
-rwxr-xr-xrecipes/images/files/library/tegra/update.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/images/files/library/tegra/update.sh b/recipes/images/files/library/tegra/update.sh
index 2037df3..2248b22 100755
--- a/recipes/images/files/library/tegra/update.sh
+++ b/recipes/images/files/library/tegra/update.sh
@@ -137,7 +137,8 @@ if [ "$CNT" -ge 1 ] ; then
LOCPATH="tegra-uboot-flasher"
# assumed minimal eMMC size [in sectors of 512]
EMMC_SIZE=$(expr 1024 \* 7450 \* 2)
- BCT=apalis_t30_12MHz_MT41K512M8RH-125_533MHz.bct
+# BCT=apalis_t30_12MHz_MT41K512M8RH-125_533MHz.bct
+ BCT=Apalis_T30_2GB_800Mhz.bct
CBOOT_IMAGE=apalis_t30.img
CBOOT_IMAGE_TARGET=tegra30
else