From d2701f1e3d5e2d815ffe4899ac8115ddd370c458 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 27 Oct 2015 10:53:33 +0100 Subject: 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). --- recipes/images/files/library/tegra/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/images/files/library/tegra/update.sh') 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 -- cgit v1.2.3