From 947ffa0680228c52c6aed322a84ad451e1c140c1 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 23 Mar 2016 10:18:09 -0700 Subject: Added missing Thumb feeds to known issues Some packages are only built in plain ARM architecture (non-Thumb). Those packages are currently not in the feeds, which leads at non resolveable dependencies (e.g. for gst-plugins-base-meta). Signed-off-by: Stefan Agner --- release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt | 6 +++++- release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt | 6 +++++- release-notes/Colibri_T20_LinuxReleaseNotesV2.4ff.txt | 6 +++++- release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt | 6 +++++- release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt | 10 +++++++++- 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt index b06fb59..6e42fa0 100644 --- a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt @@ -38,6 +38,10 @@ Linux Image V2.5 Beta 3 (December 15, 2015) - repository u-boot-toradex branch 2015.04-toradex Known Issues: +- The feeds are missing non-Thumb entires (some packages are only provided in + a non-Thumb architecture, e.g. libvorbisdec1 which is required by + gst-plugins-base-meta). Use the following command to add non-Thumb feeds: + sed -i 'p; s/ http/2 http/; s/armv7at2hf-vfp/armv7ahf-vfp/' /etc/opkg/*feed.conf - on first boot the resizing process adversely affects system performance for the first few minutes until completed - Ethernet aka TFTP update requires manual splitting of the root.ext3 file @@ -626,4 +630,4 @@ Not working or not tested: Flashing instruction have been moved to the Toradex developer article: http://developer.toradex.com/knowledge-base/flashing-linux-on-tegra-modules -Toradex, December 17, 2015 +Toradex, March 23, 2016 diff --git a/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt index d461f11..7210e80 100644 --- a/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt @@ -41,6 +41,10 @@ Linux Image V2.5 Beta 3 (December 15, 2015) - repository u-boot-toradex branch 2015.04-toradex Known Issues: +- The feeds are missing non-Thumb entires (some packages are only provided in + a non-Thumb architecture, e.g. libvorbisdec1 which is required by + gst-plugins-base-meta). Use the following command to add non-Thumb feeds: + sed -i 'p; s/ http/2 http/; s/armv7at2hf-vfp/armv7ahf-vfp/' /etc/opkg/*feed.conf - update_it does not find the U-Boot binary. Updating from a V2.5 Beta 1 and older image will fail, updating from a newer image will update all components but U-Boot. @@ -471,4 +475,4 @@ Not working or not tested: Flashing instruction have been moved to the Toradex developer article: http://developer.toradex.com/knowledge-base/flashing-linux-on-imx6-modules -Toradex, January 22, 2016 +Toradex, March 23, 2016 diff --git a/release-notes/Colibri_T20_LinuxReleaseNotesV2.4ff.txt b/release-notes/Colibri_T20_LinuxReleaseNotesV2.4ff.txt index c669023..ac33922 100644 --- a/release-notes/Colibri_T20_LinuxReleaseNotesV2.4ff.txt +++ b/release-notes/Colibri_T20_LinuxReleaseNotesV2.4ff.txt @@ -42,6 +42,10 @@ Note: will at least boot Known Issues: +- The feeds are missing non-Thumb entires (some packages are only provided in + a non-Thumb architecture, e.g. libvorbisdec1 which is required by + gst-plugins-base-meta). Use the following command to add non-Thumb feeds: + sed -i 'p; s/ http/2 http/; s/armv7at2hf-vfp/armv7ahf-vfp/' /etc/opkg/*feed.conf - LP1 suspend might fail due to pending USB interrupts - LP1 suspend might hang due to display controller issue @@ -211,4 +215,4 @@ Not working or not tested: Flashing instruction have been moved to the Toradex developer article: http://developer.toradex.com/knowledge-base/flashing-linux-on-tegra-modules -Toradex, December 17, 2015 +Toradex, March 23, 2016 diff --git a/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt index 21af367..75f21d6 100644 --- a/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt @@ -38,6 +38,10 @@ Linux Image V2.5 Beta 3 (December 15, 2015) - repository u-boot-toradex branch 2015.04-toradex Known Issues: +- The feeds are missing non-Thumb entires (some packages are only provided in + a non-Thumb architecture, e.g. libvorbisdec1 which is required by + gst-plugins-base-meta). Use the following command to add non-Thumb feeds: + sed -i 'p; s/ http/2 http/; s/armv7at2hf-vfp/armv7ahf-vfp/' /etc/opkg/*feed.conf - 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 connected before boot or change the output source between DAC/LineIn @@ -660,4 +664,4 @@ Not working or not tested: Flashing instruction have been moved to the Toradex developer article: http://developer.toradex.com/knowledge-base/flashing-linux-on-tegra-modules -Toradex, December 17, 2015 +Toradex, March 23, 2016 diff --git a/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt index 48e2b84..8cf9551 100644 --- a/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt @@ -11,6 +11,10 @@ Contents: ==> Flashing instructions can be found on the Toradex developer article: http://developer.toradex.com/knowledge-base/flashing-linux-on-vybrid-modules +******************************************************************************** +Linux Image V2.5 (January 6, 2015) +- none, this version is identical to the previous beta version V2.5 Beta 3 + ******************************************************************************** Linux Image V2.5 Beta 3 (December 15, 2015) - Linux kernel: @@ -34,6 +38,10 @@ Linux Image V2.5 Beta 3 (December 15, 2015) - repository u-boot-toradex branch 2015.04-toradex Known Issues: +- The feeds are missing non-Thumb entires (some packages are only provided in + a non-Thumb architecture, e.g. libvorbisdec1 which is required by + gst-plugins-base-meta). Use the following command to add non-Thumb feeds: + sed -i 'p; s/ http/2 http/; s/armv7at2hf-vfp/armv7ahf-vfp/' /etc/opkg/*feed.conf - If the module does not boot, remove all displays connected to HSYNC, VSYNC and reset. (This has been observed on an Evaluation Board V2.1C) - Suspend-to-Memory: USB devices on the USB host port get disconnected on resume @@ -670,4 +678,4 @@ Not working or not tested: Flashing instruction have been moved to the Toradex developer article: http://developer.toradex.com/knowledge-base/flashing-linux-on-vybrid-modules -Toradex, December 17, 2015 +Toradex, March 23, 2016 -- cgit v1.2.3