ARM® Linux Internet Platform - Platform

Views
From ARM Linux Internet Platform
Jump to: navigation, search

Contents

[edit] Platform Architecture

The following sections includes short architecture overviews about implementations of different features provided by the platform.

[edit] Hardware abstraction

The platform relies on HAL to abstract most of the hardware devices, including:

  • Storage devices
  • Power management
  • Network devices
  • Input devices
  • Display backlight

Gnome volume manager automatically mounts different devices (usb flash, cd-rom etc.). Gnome volume manager can also launch different software when new device is connected. Gnome volume manager sends DBus messages with libnotify about all storage device connection and removing events. The example UI uses notification daemon for showing storage device action messages to the user. Volume manager uses HAL's dbus-interface to get notifications and interact with hardware.

[edit] Multimedia

Media playback is based on the GStreamer media framework. The generic platform should not depend on multimedia hardware nor patented code and therefore most of the codecs need to be installed as 3rd party codecs. If e.g. hardware manufacturer provides GStreamer plugins using their optimized OpenMAX components, those plugins are automatically seen by the application suite.

[edit] 3rd party codecs

See 3rd party codecs page on how to add 3rd party audio and video codecs to the platform builds.

[edit] Audio

The generic audio support consists of:

  • Alsa/OSS sinks for input/output
  • Ogg container format support with ogg plugin (libogg)

[edit] Video

By default, the software in generic does not rely on any multimedia hardware (including accelerated display drivers) being available, and therefore the generic platform does not provide support for video. Decoding of for example MPEG4 should be possible in software on relatively low-level hardware, but most codecs output only YUV colorspace and converting it to RGB16 for display on screen is generally too CPU intensive to be feasible.

The generic video support consists of:

  • Unaccelerated video output with XImagesink (RGB16)

For OMAP2 and OMAP3 based platforms there is xf86-video-omapfb that provides also the XV extension needed for proper video playback on X server.

[edit] Browser

The supported brower engine in the platform is Gecko 1.9.1 engine (xulrunner) with a simple UI called "Callithrix".

See a separate Browsers page for more information about the alternatives.

[edit] Connectivity

NetworkManager is used to setup different network connections. Currently NetworkManager supports setting up ethernet and WLAN connections and has pluggable support for VPN. GRPS/3G over Bluetooth is not yet supported but is being worked on.

The example UI has network-manager-applet panel applet to control NetworkManager and setup connections.

[edit] Platform boot up

Boot up procedure is described in its own page.

[edit] Packaging

  • Not implemented yet.
Development

Personal tools