Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP GST FRAMEWORK 3.10.10

6 bytes added, 14:12, 19 August 2011
no edit summary
= Install =
After build the framwork you must install all build packages inside the target directory using below command.<br>
<pre>make install
</pre>Inside the target directory you've two new directories:<br>
dm3730-binaries (modules, kernel ... for DM3730)<br>
omap3530-binaries (modules, kernel ... for OMAP3530)
Copy your target directory to your board as:<br>
<pre>cd target
scp -r dm3730-binaries &lt;remote_user&gt;@&lt;IGEP IP&gt;:/home/&lt;your_desired_directory&gt;
Also included you've the IGEP Xloader and the configuration file.
</pre>Enter inside your IGEP board and go to gstreamer directory normally inside /usr/lib/gstreamer-0.10 and create two symbolic links from this directory to your files:<br>
cd /usr/lib/gstreamer-0.10
ln -s /home/&lt;your_desired_directory&gt;/cs.x64P
ln -s /home/&lt;your_desired_directory&gt;/libgstticodecplugin.so or copy the files directly as inside target directory location.<br> <br>
or copy the files directly as inside target directory location.<br>
<br>
= Useful Links =