summaryrefslogtreecommitdiff
path: root/recipes
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
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')
-rw-r--r--recipes/images/files/apalis-t30/apalis-t30_bin/Apalis_T30_2GB_800Mhz.bctbin0 -> 6128 bytes
-rw-r--r--recipes/images/files/apalis-t30/apalis-t30_bin/apalis_t30.img.cfg2
-rwxr-xr-xrecipes/images/files/library/tegra/update.sh3
3 files changed, 3 insertions, 2 deletions
diff --git a/recipes/images/files/apalis-t30/apalis-t30_bin/Apalis_T30_2GB_800Mhz.bct b/recipes/images/files/apalis-t30/apalis-t30_bin/Apalis_T30_2GB_800Mhz.bct
new file mode 100644
index 0000000..f228cd2
--- /dev/null
+++ b/recipes/images/files/apalis-t30/apalis-t30_bin/Apalis_T30_2GB_800Mhz.bct
Binary files differ
diff --git a/recipes/images/files/apalis-t30/apalis-t30_bin/apalis_t30.img.cfg b/recipes/images/files/apalis-t30/apalis-t30_bin/apalis_t30.img.cfg
index 3e990e2..6fbdc0d 100644
--- a/recipes/images/files/apalis-t30/apalis-t30_bin/apalis_t30.img.cfg
+++ b/recipes/images/files/apalis-t30/apalis-t30_bin/apalis_t30.img.cfg
@@ -18,5 +18,5 @@
Version = 0x00020001;
Bctcopy = 1;
-Bctfile = apalis_t30_12MHz_MT41K512M8RH-125_533MHz.bct;
+Bctfile = Apalis_T30_2GB_800Mhz.bct;
BootLoader = u-boot-dtb-tegra.bin,0x80108000,0x80108000,Complete;
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