Changes

IGEP GST FRAMEWORK 2.00.10

459 bytes added, 14:50, 14 October 2010
no edit summary
*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 map now 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.
*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
<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>
The package be available in the IGEPv2 download area.
<br>
= Issues detected in this version =