Difference between revisions of "CM-FX6: Linux: Known Issues"

From Compulab Mediawiki
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{IssueCategory|Enlightenment Window Manager|
+
{{IssueCategory|Video Playback on legacy image (kernel 3.0.35 based)|
* If the '''Touchscreen''' profile is selected the '''Settings Panel''' doesn't have '''Profiles''' setting menu. It is not possible to switch the profile.
+
* Using {{parameter|playbin2}} directly in Gstreamer pipeline does not work as expected.
:'''Workaround :''' Launch the {{cmd|xterm}} from '''Applications->Accessories''' and change the default profile from the command line:
+
:'''Workaround :''' Use either the {{cmd|gplay}} tool or the Gstreamer pipeline as described in the [[CM-FX6: Linux: Debian#Video Playback|Video Playback]] article.
<pre>
 
enlightenment_remote -default-profile-set Standard-copy
 
</pre>
 
 
}}
 
}}
  
{{IssueCategory|Installation RAM Disk|
+
{{IssueCategory|Chromium version 48 (kernel 4.1.15 based)|
* If during the RAM Disk boot proccess a USB/MMC/SATA storage device is plugged in, the console login prompt might not appear.
+
* Chromium can crash if launched without a specific website passed in as an argument.
:'''Workaround 1:''' Press '''Enter''' key on the console until the login prompt appears.
+
:'''Workaround :''' Provide a URL while opening.
:'''Workaround 2:''' Recompile the CM-FX6 kernel with '''CONFIG_RCU_FAST_NO_HZ''' configuration option enabled.
+
* Chromium can crash when attempting to open a new tab.
 +
:'''Workaround :''' Make use of one tab only.
 +
 
 +
'''Resource :''' https://lists.yoctoproject.org/pipermail/meta-freescale/2016-June/018420.html
 
}}
 
}}
 +
  
 
[[Category:Linux|Known issues]]
 
[[Category:Linux|Known issues]]
 
[[Category:CM-FX6|Linux: Known issues]]
 
[[Category:CM-FX6|Linux: Known issues]]

Latest revision as of 11:46, 5 February 2017

Video Playback on legacy image (kernel 3.0.35 based)
  • Using playbin2 directly in Gstreamer pipeline does not work as expected.
Workaround : Use either the gplay tool or the Gstreamer pipeline as described in the Video Playback article.
Chromium version 48 (kernel 4.1.15 based)
  • Chromium can crash if launched without a specific website passed in as an argument.
Workaround : Provide a URL while opening.
  • Chromium can crash when attempting to open a new tab.
Workaround : Make use of one tab only.

Resource : https://lists.yoctoproject.org/pipermail/meta-freescale/2016-June/018420.html