Getting Started Guide for DM8168 EVM

From RidgeRun Developer Wiki

Page Under Construction
This guide is oriented to help the new users to configure their DM8168 EVM boards and work with the RidgeRun's SDK 2011Q2.

Installation

In order to install your DM8168 EVM SDK 2011Q2 you can follow the steps described in the installation section of the RidgeRun 2011Q2 SDK User Guide.

Video initialization

When you boot your board the RidgeRun logo will be displayed, in order to display video the following commands must be executed:

echo 0 > /sys/devices/platform/vpss/graphics0/enabled 
echo 0 > /sys/devices/platform/vpss/graphics1/enabled
echo 0 > /sys/devices/platform/vpss/graphics2/enabled

Using Gstreamer

Some examples of use of GStreamer to implement basic multimedia pipelines can be found at DM81xx GStreamer Pipelines - SDK 2011Q2