summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/tegra
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
commitd2701f1e3d5e2d815ffe4899ac8115ddd370c458 (patch)
tree91f0bcb90a864b1652a3a6c581f5dfaf638e482b /recipes/images/files/library/tegra
parent17f7144f838482f000983fe24434eeae9d74dd6b (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')
-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