summaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-11-05 16:10:13 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-11-05 16:10:13 +0100
commit6cd1a7bb9f464b1d02bed82544eb9498e974fa9a (patch)
treef633c4f80bd6de9ba6a468b68f5d4cb17838e6b3 /release-notes
parent7b66a20543189e100ba2dd9a3b673c4dd04e00db (diff)
Apalis/Colibri iMX6/T20/T30/VF50/VF61: Update release notes
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt12
-rw-r--r--release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt2
-rw-r--r--release-notes/Colibri_T20_LinuxReleaseNotesV2.x.txt8
-rw-r--r--release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt10
-rw-r--r--release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt9
5 files changed, 30 insertions, 11 deletions
diff --git a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt
index 8c45e9d..9572284 100644
--- a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt
@@ -42,6 +42,10 @@ Linux Image V2.3 Beta 3 (October 31, 2014)
- repository linux-toradex branch tegra
- repository u-boot-toradex branch 2014.10-toradex
+Note:
+- As we no longer rely on proprietary Fastboot/NvFlash for flashing the
+ instructions at the very bottom of this release notes changed.
+
Known Issues:
- connecting an analogue mic to the on module codec resets the codec, so that
neither headphone out nor mic in works anymore. Workaround: Have mic
@@ -50,7 +54,7 @@ Known Issues:
- LP1 suspend might fail due to pending USB interrupts
- LP1 suspend might hang due to display controller issue
- partition resizing on first boot not working
-- fw_printenv not working
+- fw_setenv not working
********************************************************************************
Linux Image V2.3 Beta 2 (September 3, 2014)
@@ -459,11 +463,11 @@ Flash eMMC:
- if you update from a previous image use the following U-Boot commands:
- using SD/MMC 8bit (X18) socket on EvalBoard:
setenv drive 1
- setenv setupdate 'mmc dev ${drive}; fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source'
+ setenv setupdate 'mmc dev ${drive}; fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source ${loadaddr}'
save
- using SD/MMC 4bit (X19) socket on EvalBoard or micro SD card socket (X10) on Ixora:
setenv drive 2
- setenv setupdate 'mmc dev ${drive}; fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source'
+ setenv setupdate 'mmc dev ${drive}; fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source ${loadaddr}'
save
- use 'run setupdate' U-Boot command and then
- use 'run update' U-Boot command
@@ -496,4 +500,4 @@ If the boot loader on the module got corrupted this recovers it by loading U-Boo
- run ./update.sh -d
- stop at the U-Boot prompt and begin the update as stated above
-Toradex, November 3, 2014
+Toradex, November 5, 2014
diff --git a/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt
index 2369748..2d029a9 100644
--- a/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt
@@ -259,7 +259,7 @@ Flash eMMC:
- if you update from a V2.2 image either use an EvalBoard for update or use
on Ixora the U-Boot command:
setenv drive 2
- setenv setupdate 'fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source'
+ setenv setupdate 'fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source ${loadaddr}'
save
- Boot to U-Boot prompt and start the update:
- apply power or reset
diff --git a/release-notes/Colibri_T20_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_T20_LinuxReleaseNotesV2.x.txt
index 76d7008..3156e35 100644
--- a/release-notes/Colibri_T20_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Colibri_T20_LinuxReleaseNotesV2.x.txt
@@ -36,6 +36,12 @@ Linux Image V2.3 Beta 3 (October 31, 2014)
Known Issues:
- LP1 suspend might fail due to pending USB interrupts
- LP1 suspend might hang due to display controller issue
+- Unfortunately even though the Angstrom-Distribution now has even a few ARM
+ Thum2 VFP binary feeds without any NEON requirement available we forgot to
+ enable them. To use their binary feeds e.g. using the opkg package manager
+ please add in /etc/opkg/base-feed.conf et. al. a line as follows (e.g. just
+ replace base as needed):
+src/gz base http://feeds.angstrom-distribution.org/feeds/v2014.06/ipk/eglibc/armv7at2hf-vfp/base
********************************************************************************
Linux Image V2.3 Beta 1 (August 4, 2014)
@@ -485,4 +491,4 @@ Boot from SD Card:
- power cycle
- upon first boot post-install scripts are run which takes around 2 minutes, please be patient
-Toradex, November 3, 2014
+Toradex, November 5, 2014
diff --git a/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt
index cfffb5e..fe867be 100644
--- a/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt
@@ -43,6 +43,10 @@ Linux Image V2.3 Beta 3 (October 31, 2014)
- repository linux-toradex branch tegra
- repository u-boot-toradex branch 2014.10-toradex
+Note:
+- As we no longer rely on proprietary Fastboot/NvFlash for flashing the
+ instructions at the very bottom of this release notes changed.
+
Known Issues:
- connecting an analogue mic to the on module codec resets the codec, so that
neither headphone out nor mic in works anymore. Workaround: Have mic
@@ -51,7 +55,7 @@ Known Issues:
- LP1 suspend might fail due to pending USB interrupts
- LP1 suspend might hang due to display controller issue
- partition resizing on first boot not working
-- fw_printenv not working
+- fw_setenv not working
********************************************************************************
Linux Image V2.3 Beta 1 (August 4, 2014)
@@ -490,7 +494,7 @@ Flash eMMC:
- hit any key to stop auto booting
- if you update from a previous image use the following U-Boot commands:
setenv drive 1
- setenv setupdate 'mmc dev ${drive}; fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source'
+ setenv setupdate 'mmc dev ${drive}; fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source ${loadaddr}'
save
- use 'run setupdate' U-Boot command and then
- use 'run update' U-Boot command
@@ -530,4 +534,4 @@ If the boot loader on the module got corrupted this recovers it by loading U-Boo
- run ./update.sh -d
- stop at the U-Boot prompt and begin the update as stated above
-Toradex, November 3, 2014
+Toradex, November 5, 2014
diff --git a/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt
index 870da22..f001d3c 100644
--- a/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt
@@ -38,6 +38,11 @@ Linux Image V2.3 Beta 3 (October 31, 2014)
- repository linux-toradex branch colibri_vf
- repository u-boot-toradex branch 2014.10-toradex
+Note:
+- We use now zImage instead of uImage kernel image format and moved the kernel
+ inside the root filesystem. If you use custom U-Boot scripts, you need to
+ alter those scripts accordingly.
+
Known Issues:
- If the module does not boot remove all displays connected to HSYNC, VSYNC and reset.
(This has been observed on an Evaluation Board V2.1)
@@ -339,7 +344,7 @@ Flash NAND:
- apply power or reset
- hit any key to stop auto booting
- use 'run setupdate' commands
- (for old U-Boot versions 'mmc part 0 ; fatload mmc 0:1 $loadaddr flash_mmc.img ;source')
+ (for old U-Boot versions 'mmc part 0 ; fatload mmc 0:1 $loadaddr flash_mmc.img ;source $loadaddr')
- use 'run update' command
Boot from NAND:
@@ -427,4 +432,4 @@ Boot from SD Card:
- apply power
- upon first boot post-install scripts are run which takes around 2 minutes, please be patient
-Toradex, November 3, 2014
+Toradex, November 5, 2014