Difference between revisions of "IMX6 Window Manager support"

From RidgeRun Developer Connection
Jump to: navigation, search
(Enable Window manager on Ridgerun SDK)
(Enable Window manager on Ridgerun SDK)
Line 12: Line 12:
  
 
1. Type "make coreconfig" and for the toolchain select Linaro.
 
1. Type "make coreconfig" and for the toolchain select Linaro.
 +
 +
<pre>
 +
make coreconfig
 +
</pre>
  
 
2. In menuconfig go to '''Toolchain configurations''' and in the '''Floating point support''' section select '''Hardware floating point'''.
 
2. In menuconfig go to '''Toolchain configurations''' and in the '''Floating point support''' section select '''Hardware floating point'''.
Line 29: Line 33:
 
</pre>
 
</pre>
  
6. Go to '''File System Configuration''' -> '''Enable yocto binary package support''' and select '''Matchbox WM'' to install Matchbox and/or '''Enlightenment 0.17.4''' to install Enlightenment.
+
6. Go to '''File System Configuration''' -> '''Enable yocto binary package support''' and select '''Matchbox WM'' to install Matchbox and/or '''Enlightenment 0.17.4''' to install Enlightenment. Additionally you can select other features for the selected window manager:
 +
* '''Matchbox WM:'''
 +
  * '''Matchbox desktop: '''
  
 
= Getting Window manager from Yocto =
 
= Getting Window manager from Yocto =

Revision as of 14:14, 14 January 2014

Introduction

This Document shows the instructions on how to enable the currently supported window managers on Ridgerun SDK for iMX6 boards. The current support is based on yocto and the supported window managers up to this date are Matchbox and Enlightenment. In the First section you'll see the instructions on how to enable the desired window manager in Ridgerun SDK and in the next section you'lll see some instructions on how to get the window manager from the Yocto project.

Enable Window manager on Ridgerun SDK

Currently X11 and the window managers are supported only for the professional version of the iMX6 Ridgerun SDKs, you can go to Ridgerun Store and see the available SDKs.

You have the option to install only one of the window managers and it is going to be automatically started at boot time or you can also have both of them and chose the one that is going to be started (the default configuration is Enlightenment).

To enable the desired window manager follow this steps:

1. Type "make coreconfig" and for the toolchain select Linaro.

make coreconfig

2. In menuconfig go to Toolchain configurations and in the Floating point support section select Hardware floating point.

                                        • Agregar imagen*****************************

3. Go to File System Configuration and check the option Enable yocto binary package support.

                                • Agregar imagen******************************

4. Exit and save configuration.

5. Type "make config".

make config

6. Go to File System Configuration' -> Enable yocto binary package support and select Matchbox WM to install Matchbox and/or Enlightenment 0.17.4 to install Enlightenment. Additionally you can select other features for the selected window manager:

  • Matchbox WM:
 * Matchbox desktop: 

Getting Window manager from Yocto