Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP GST FRAMEWORK 2.00.10

2,009 bytes added, 11:42, 31 December 2013
m
Download
*Added the xdctools and bios package, now it's not necessary download and install it.
*Added the TI&nbsp;cg6x_7_0_1 code generation tools.<br>
*Update the Memory mapnow linux should be configured for use max 430 MBytes. *Included a Memory map file. *Support for ISEE kernel 2.6.33.xx and TI&nbsp;Arago project kernel 2.6.32.
=== Enviroment Changes ===
<br>
 
== Dependences<br> ==
 
*ISEE Toolchain poky-eabi-glibc-i586-arm-toolchain-sdk-3.2.1.tar.bz2<br>
*TI Code generation tools version 7.0.1 (included inside tools directory)
*Linux kernel 2.6.33.x from ISEE git repository or TI Arago Linux Kernel 2.6.32.
*Ubuntu 10.04 LTS.
*Automake 1.7 and Libtool.
*SDK:&nbsp;<span style="color: rgb(255, 0, 0); ">alsa-dev_1.0.20-r1_armv7a.ipk </span>(DMAI dependence) Download from [http://downloads.igep.es/dist/poky/purple-3.2/ipk/armv7a/alsa-dev_1.0.20-r1_armv7a.ipk here].
 
<br>
= Prepare the Enviroment<br> =
Untar the file cg6x_7_0_1.bz2 (located in tools/code_generation_tools/) in the /usr/local/ti directory if it not exist first you should create it.<br>
<pre>&gt;&gt;sudo mkdir /usr/local/ti
&gt;&gt;cd /usr/local/ti
 
&gt;&gt;sudo tar xvfj cg6x_7_0_1.bz2</pre>
If it's necessary add read permissions to all files:
<pre>&gt;&gt; sudo chmod a+r /usr/local/ti/cg6x_7_0_1</pre>
It's a requisite configure your kernel properly for build this package:
<pre>source /usr/local/poky/eabi-glibc/environment-setup-arm-none-linux-gnueabi
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- igep0020_defconfig
</pre>
<br>
You should call the loadmodules.sh script before you can execute gstreamer.
<br>  == Uboot Setup == You should configure the max kernel memory to 430MBytes for do it you should pass the variable mem=430M to the kernel.  <br>  = Download<br> = The package be available in the IGEPv2 download area.  https://www.isee.biz/support/downloads/item/igep-dsp-gst-framework?category_id=81 = Issues detected in this version = *The package binaries included in this version be compiled for TI Arago Kernel 2.6.32. *Press Control+C when video plays hangs the DSPLink module kernel and the board should be restarted. *Audio and Video are not properly syncronized if the audio sampling rate it's different than 48Khz.&nbsp;<br> *This version be not compatible with kernels over 2.6.33 due compile issues. *The path file cannot contain any "." dot due a xdctools BUG. *make clean (dsplink) not work properly and it's necessary to do a make dsplink_clean for ensure all it's compiled correctly.
[[Category:How_to_forgeGstreamer]]
4,199
edits