summaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-04-18 11:29:06 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-24 00:46:31 +0200
commitd4a94c84b02026f32a84f11d7b1252b792d0414a (patch)
tree3e228bf352b6f0a976bd3067a8815af164b2b1dd /release-notes
parent8cba8feaa565bb72c36dbe6e9d4376632b9011d4 (diff)
i.MX 6: add gstreamer issue to release note
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt11
-rw-r--r--release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt11
2 files changed, 20 insertions, 2 deletions
diff --git a/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt
index aebf900..7947af9 100644
--- a/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt
@@ -36,6 +36,7 @@ Linux Image V2.6 Beta 1 (March 31, 2016)
- limit SPI clock to datasheet maximum of 18MHz
- Linux user-space:
- deploy rttest package
+ - use gstreamer 1.0. Note that some plugin names changed
- OpenEmbedded build system:
- update OpenEmbedded from fido to jethro:
- Firefox 38.2.1esr
@@ -49,6 +50,14 @@ Linux Image V2.6 Beta 1 (March 31, 2016)
- repository u-boot-toradex branch 2015.04-toradex
Known Issues:
+- gstreamer freezes when generating its initial database on some modules:
+ (gst-plugin-scanner:683): GLib-GObject-WARNING **: cannot register existing type 'GstImxCompositorPad'
+ The following gets you around this:
+ mv /usr/lib/libgstimxcompositor.so.0.12.0 /usr/lib/libgstimxcompositor.so.0.12.0.orig
+ gst-inspect-1.0
+ mv /usr/lib/libgstimxcompositor.so.0.12.0.orig /usr/lib/libgstimxcompositor.so.0.12.0
+ Alternative one can uninstall libgstimxcompositor0
+ opkg remove --force-depends libgstimxcompositor0
- PCIe suspend/resume issue
- USB RNDIS is racy due to networkd bug and not started by default
- some USB Thumb drives don't work well in U-Boot
@@ -519,4 +528,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, April 15, 2016
+Toradex, April 18, 2016
diff --git a/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt
index cacb1fc..1ed14fc 100644
--- a/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt
+++ b/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt
@@ -35,6 +35,7 @@ Linux Image V2.6 Beta 1 (March 31, 2016)
- Linux user-space:
- deploy GPIOconfig now available for Colibri iMX6
- deploy rttest package
+ - use gstreamer 1.0. Note that some plugin names changed
- OpenEmbedded build system:
- update OpenEmbedded from fido to jethro:
- Firefox 38.2.1esr
@@ -48,6 +49,14 @@ Linux Image V2.6 Beta 1 (March 31, 2016)
- repository u-boot-toradex branch 2015.04-toradex
Known Issues:
+- gstreamer freezes when generating its initial database on some modules:
+ (gst-plugin-scanner:683): GLib-GObject-WARNING **: cannot register existing type 'GstImxCompositorPad'
+ The following gets you around this:
+ mv /usr/lib/libgstimxcompositor.so.0.12.0 /usr/lib/libgstimxcompositor.so.0.12.0.orig
+ gst-inspect-1.0
+ mv /usr/lib/libgstimxcompositor.so.0.12.0.orig /usr/lib/libgstimxcompositor.so.0.12.0
+ Alternative one can uninstall libgstimxcompositor0
+ opkg remove --force-depends libgstimxcompositor0
- On the Colibri iMX6DL the RAM configuration is not patched correctly, thus
only 256MB are available. Fix in the 2015.04-toradex-next branch
available.
@@ -361,4 +370,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, April 15, 2016
+Toradex, April 18, 2016