summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt32
-rw-r--r--release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt39
-rw-r--r--release-notes/Colibri_T20_LinuxReleaseNotesV2.4ff.txt32
-rw-r--r--release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt35
-rw-r--r--release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt34
-rw-r--r--release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt44
6 files changed, 209 insertions, 7 deletions
diff --git a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt
index dd1afc2..b06fb59 100644
--- a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt
@@ -16,6 +16,36 @@ Licensing:
- customer required to obtain proper re-distribution license
********************************************************************************
+Linux Image V2.5 Beta 3 (December 15, 2015)
+- U-Boot boot loader:
+ - disable delete-null-pointer-checks compiler flag fixing memory test crashes
+- Linux kernel:
+ - enable RTL8192CU driver e.g. for LM006 USB Wi-Fi stick
+ - add multitouch HID support
+ - ADV7280 V4L2 integration e.g. for new Toradex ACA V2.x (formerly ACM)
+- Linux user-space:
+ - make sure USB RNDIS Gadget is started before networkd
+ - use new Toradex feed server as default feed URI
+- OpenEmbedded build system:
+ - fix memcpy.patch to apply to Linaro layer and openembedded layer glibc
+ - remove create_configblock.sh from deployment tarball
+ - add rtl8192cu firmware for LM006 USB Wi-Fi adapter
+ - add README with dependency and contribution information
+ - backport rtl8192cx for latest available firmware
+
+- sources git.toradex.com tag Apalis_T30_LinuxImageV2.5Beta3_20151215
+ - repository linux-toradex branch tegra
+ - repository u-boot-toradex branch 2015.04-toradex
+
+Known Issues:
+- 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
+ which can be taken care of by the -c argument of our update.sh script.
+- LP1 suspend might fail due to pending USB interrupts
+- LP1 suspend might hang due to display controller issue
+
+********************************************************************************
Linux Image V2.5 Beta 2 (November 6, 2015)
- U-Boot boot loader:
- add return code for cfgblock commands which allows scripting
@@ -596,4 +626,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, November 6, 2015
+Toradex, December 17, 2015
diff --git a/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt
index d0a6433..044bc71 100644
--- a/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt
@@ -17,6 +17,43 @@ Licensing:
- customer required to obtain proper re-distribution license
********************************************************************************
+Linux Image V2.5 Beta 3 (December 15, 2015)
+- U-Boot boot loader:
+ - disable delete-null-pointer-checks compiler flag (needed on Tegras)
+- Linux kernel:
+ - adapt to changed ldb driver (LVDS)
+ - enable RTL8192CU driver e.g. for LM006 USB Wi-Fi stick
+- Linux user-space:
+ - make sure USB RNDIS Gadget is started before networkd
+ - use new Toradex feed server as default feed URI
+- OpenEmbedded build system:
+ - fix memcpy.patch to apply to Linaro layer and openembedded layer glibc
+ - remove create_configblock.sh from deployment tarball
+ - add rtl8192cu firmware for LM006 USB Wi-Fi adapter
+ - add README with dependency and contribution information
+ - backport rtl8192cx for latest available firmware
+ - change name for IT specific U-Boot binary
+- Update scripts:
+ - re-introduce update_uboot_it applicable for Apalis iMX6 IT modules
+
+- sources git.toradex.com tag Apalis_iMX6_LinuxImageV2.5Beta3_20151215
+ - repository linux-toradex branch toradex_imx_3.14.28_1.0.0_ga
+ - repository u-boot-toradex branch 2015.04-toradex
+
+Known Issues:
+- PCIe suspend/resume issue
+- USB RNDIS is racy due to networkd bug
+- some USB Thumb drivers don't work well in U-Boot
+- USB hub on Evaluation Board not enabled in U-Boot
+- on first boot the resizing process adversely affects system performance for
+ the first few minutes until completed
+- Display resolution can be set for some output configurations, set the U-Boot
+ environment variable vidargs accordingly.
+- X uses only the fb0 device
+- Ethernet aka TFTP update requires manual splitting of the root.ext3 file
+ which can be taken care of by the -c argument of our update.sh script.
+
+********************************************************************************
Linux Image V2.5 Beta 2 (November 6, 2015)
- U-Boot boot loader:
- add return code for cfgblock commands which allows scripting
@@ -428,4 +465,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, November 9, 2015
+Toradex, December 17, 2015
diff --git a/release-notes/Colibri_T20_LinuxReleaseNotesV2.4ff.txt b/release-notes/Colibri_T20_LinuxReleaseNotesV2.4ff.txt
index cfcbd87..c669023 100644
--- a/release-notes/Colibri_T20_LinuxReleaseNotesV2.4ff.txt
+++ b/release-notes/Colibri_T20_LinuxReleaseNotesV2.4ff.txt
@@ -16,6 +16,36 @@ Licensing:
- customer required to obtain proper re-distribution license
********************************************************************************
+Linux Image V2.5 Beta 3 (December 15, 2015)
+- U-Boot boot loader:
+ - disable delete-null-pointer-checks compiler flag fixing memory test crashes
+- Linux kernel:
+ - enable RTL8192CU driver e.g. for LM006 USB Wi-Fi stick
+ - add multitouch HID support
+ - ADV7280 V4L2 integration e.g. for new Toradex ACA V2.x (formerly ACM)
+- Linux user-space:
+ - make sure USB RNDIS Gadget is started before networkd
+ - use new Toradex feed server as default feed URI
+- OpenEmbedded build system:
+ - fix memcpy.patch to apply to Linaro layer and openembedded layer glibc
+ - remove create_configblock.sh from deployment tarball
+ - add rtl8192cu firmware for LM006 USB Wi-Fi adapter
+ - add README with dependency and contribution information
+ - backport rtl8192cx for latest available firmware
+
+- sources git.toradex.com tag Colibri_T20_LinuxImageV2.5Beta3_20151215
+ - repository linux-toradex branch tegra
+ - repository u-boot-toradex branch 2015.04-toradex
+
+Note:
+- no SD boot integration yet but copying cbootimage to beginning of SD card
+ will at least boot
+
+Known Issues:
+- LP1 suspend might fail due to pending USB interrupts
+- LP1 suspend might hang due to display controller issue
+
+********************************************************************************
Linux Image V2.5 Beta 2 (November 6, 2015)
- U-Boot boot loader:
- add return code for cfgblock commands which allows scripting
@@ -181,4 +211,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, November 6, 2015
+Toradex, December 17, 2015
diff --git a/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt
index fcba5cf..21af367 100644
--- a/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt
@@ -16,6 +16,39 @@ Licensing:
- customer required to obtain proper re-distribution license
********************************************************************************
+Linux Image V2.5 Beta 3 (December 15, 2015)
+- U-Boot boot loader:
+ - disable delete-null-pointer-checks compiler flag fixing memory test crashes
+- Linux kernel:
+ - enable RTL8192CU driver e.g. for LM006 USB Wi-Fi stick
+ - add multitouch HID support
+ - ADV7280 V4L2 integration e.g. for new Toradex ACA V2.x (formerly ACM)
+- Linux user-space:
+ - make sure USB RNDIS Gadget is started before networkd
+ - use new Toradex feed server as default feed URI
+- OpenEmbedded build system:
+ - fix memcpy.patch to apply to Linaro layer and openembedded layer glibc
+ - remove create_configblock.sh from deployment tarball
+ - add rtl8192cu firmware for LM006 USB Wi-Fi adapter
+ - add README with dependency and contribution information
+ - backport rtl8192cx for latest available firmware
+
+- sources git.toradex.com tag Colibri_T30_LinuxImageV2.5Beta3_20151215
+ - repository linux-toradex branch tegra
+ - repository u-boot-toradex branch 2015.04-toradex
+
+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
+ connected before boot or change the output source between DAC/LineIn
+- 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
+ which can be taken care of by the -c argument of our update.sh script.
+- LP1 suspend might fail due to pending USB interrupts
+- LP1 suspend might hang due to display controller issue
+
+********************************************************************************
Linux Image V2.5 Beta 2 (November 6, 2015)
- U-Boot boot loader:
- add return code for cfgblock commands which allows scripting
@@ -627,4 +660,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, November 6, 2015
+Toradex, December 17, 2015
diff --git a/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt
index b11618e..48e2b84 100644
--- a/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt
@@ -4,7 +4,7 @@ Release Notes: Linux Image V2.x for Colibri VF50/VF61
Contents:
- U-Boot 2015.04 boot loader
-- Linux 4.1.12 LTS kernel
+- Linux 4.1.15 LTS kernel
- Angstrom 2015.06/OpenEmbedded fido/Yocto 1.8 based root file system, using
LXDE desktop environment
@@ -12,6 +12,36 @@ Contents:
http://developer.toradex.com/knowledge-base/flashing-linux-on-vybrid-modules
********************************************************************************
+Linux Image V2.5 Beta 3 (December 15, 2015)
+- Linux kernel:
+ - enable RTL8192CU driver e.g. for LM006 USB Wi-Fi stick
+ - enable PPP and USB ACM support e.g. for Telit 910 modem
+ - add multitouch HID and RAWHID support
+ - fix CTAR Register access in DSPI driver
+ - updated to 4.1.15 LTS long term stable Linux kernel
+- Linux user-space:
+ - make sure USB RNDIS Gadget is started before networkd
+ - use new Toradex feed server as default feed URI
+- OpenEmbedded build system:
+ - fix memcpy performance improvement to only apply to Linaro glibc
+ - remove create_configblock.sh from deployment tarball
+ - add rtl8192cu firmware for LM006 USB Wi-Fi adapter
+ - add README with dependency and contribution information
+ - backport rtl8192cx for latest available firmware
+
+- sources git.toradex.com tag Colibri_VF_LinuxImageV2.5Beta3_20151215
+ - repository linux-toradex branch toradex_vf_4.1
+ - repository u-boot-toradex branch 2015.04-toradex
+
+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.1C)
+- Suspend-to-Memory: USB devices on the USB host port get disconnected on resume
+- Standby: Wake-up using UART in DMA mode hangs
+- Serial console on USB peripheral port is not enabled by default; use this command:
+ systemctl enable serial-getty@ttyGS0.service
+
+********************************************************************************
Linux Image V2.5 Beta 2 (November 6, 2015)
- U-Boot boot loader:
- UBI fastmap fixes backported from Linux
@@ -640,4 +670,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, November 6, 2015
+Toradex, December 17, 2015
diff --git a/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt
index 5560711..1340ac1 100644
--- a/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt
@@ -17,6 +17,48 @@ Licensing:
- customer required to obtain proper re-distribution license
********************************************************************************
+Linux Image V2.5 Beta 3 (December 15, 2015)
+- U-Boot boot loader:
+ - disable delete-null-pointer-checks compiler flag (needed on Tegras)
+ - use is_cpu_type() to detect module type as relying on RAM size might fail on
+ Colibri iMX6 if DCD is not yet updated to 64-bit DDR bus on Colibri iMX6DL
+ - clear flags for special PHY modes on phy_reset() to fix Ethernet after
+ rebooting from Linux
+- Linux kernel:
+ - enable RTL8192CU driver e.g. for LM006 USB Wi-Fi stick
+ - fix power off by stop mode avoiding stack trace
+- Linux user-space:
+ - make sure USB RNDIS Gadget is started before networkd
+ - use new Toradex feed server as default feed URI
+- OpenEmbedded build system:
+ - fix memcpy.patch to apply to Linaro layer and openembedded layer glibc
+ - remove create_configblock.sh from deployment tarball
+ - add rtl8192cu firmware for LM006 USB Wi-Fi adapter
+ - add README with dependency and contribution information
+ - backport rtl8192cx for latest available firmware
+- Update scripts:
+ - move partconf setting to be done last to avoid any issues when migrating
+ from V2.4
+
+- sources git.toradex.com tag Colibri_iMX6_LinuxImageV2.5Beta3_20151215
+ - repository linux-toradex branch toradex_imx_3.14.28_1.0.0_ga
+ - repository u-boot-toradex branch 2015.04-toradex
+
+Known Issues:
+- USB RNDIS is racy due to networkd bug
+- some USB Thumb drivers don't work well in U-Boot
+- 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
+- on first boot the resizing process adversely affects system performance for
+ the first few minutes until completed
+- Display resolution can be set for some output configurations, set the U-Boot
+ environment variable vidargs accordingly.
+- X uses only the fb0 device
+- Ethernet aka TFTP update requires manual splitting of the root.ext3 file
+ which can be taken care of by the -c argument of our update.sh script.
+
+********************************************************************************
Linux Image V2.5 Beta 2 (November 6, 2015)
- U-Boot boot loader:
- add return code for cfgblock commands which allows scripting
@@ -271,4 +313,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, November 9, 2015
+Toradex, December 17, 2015