Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP GST FRAMEWORK 2.00.20

118 bytes added, 13:51, 31 December 2010
no edit summary
source /usr/local/poky/eabi-glibc/environment-setup-arm-none-linux-gnueabi
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- omap3_defconfig
 
 
 
 
 
</pre><pre>c) Linaro Ubuntu Kernel (http://git.linaro.org/gitweb?p=ubuntu/linux-linaro.git;a=summary)
Create a new file with this content:
 
 
 
echo "Setting environment for armel cross-compile"
export DEB_BUILD_ARCH=armel
export DEB_HOST_ARCH=armel
 
 
 
Save it as file with the name enviroment
source enviroment
Enter in the linaro ubuntu directory and for build you should do:
 
 
 
&gt;&gt; cd ${linaro}
&gt;&gt; fakeroot/rules clean
&gt;&gt; fakeroot/rules binary-linaro-omap
 
 
 
 
 
 
</pre>
 
= How to Build<br> =
<pre>This is a suggested configuration:
bootargs-base=mem=430M console=ttyS2,115200n8 console=tty0 omapfb.mode=dvi:1280x720MR-16@60 vram=32M omapfb.vram=0:8M,1:16M,2:8M
</pre> <br>
= Download<br> =
*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.
 
<br>
 
= Useful Links =
 
*[[GStreamer|Gstreamer]]
*[[Example_GStreamer_Pipelines]]<br>
 
 
 
 
[[Category:How_to_forge]]