Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

43 bytes removed, 23:24, 25 February 2011
no edit summary
<br>#(C) Copyright 2009-2011 ISEE<br># Manel Caro (mcaro@iseebcn.com)<br>#<br># Change log:<br># Version: IGEP-X-Loader 2.0.1-2<br># <br># See file CREDITS for list of people who contributed to this<br># project.<br>#<br># This program is free software; you can redistribute it and/or<br># modify it under the terms of the GNU General Public License as<br># published by the Free Software Foundation; either version 2 of<br># the License, or (at your option) any later version.<br>#<br># This program is distributed in the hope that it will be useful,<br># but WITHOUT ANY WARRANTY; without even the implied warranty of<br># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br># GNU General Public License for more details.<br>#<br># You should have received a copy of the GNU General Public License<br># along with this program; if not, write to the Free Software<br># Foundation, Inc., 59 Temple Place, Suite 330, Boston,<br># MA 02111-1307 USA<br>#
= Summary<br> <br> =
IndexX-Loader, an initial program loader for Embedded boards based on OMAP processors. <br> <br> == Features and Issues<br> == === Improvements &amp; Modifications<br> === *Malloc/free functionality.*Mtd framework and onenand support, removed the old onenand drivers.*Jffs2 support using mtd &amp; onenand support (Read Only).*Crc32 and zlib.*Jffs2 zlib compression support (Read Only).*Dual boot mmc &amp; onenand with mmc highest priority.*Linux kernel boot directly (Support for 2.6.22 and highest version kernels)*Linux kernel supported images: vmlinuz, bzImage and zImage.*Support for loading Linux Ram disk (EXPERIMENTAL)*"ini" files parser.*The configuration resides in a plain txt (ini format file).*Support Windows &amp; Linux formating ini files.*Boot from mmc, onenand, or mix with mmc highest priority.*Codeblocks project and compilation rules.*Support for gcc 4.5.1.<br> <br> Index =====
1 Summary.<br>2 Features and Issues.<br>2.1 Improvements &amp; Modifications.<br>2.2 Issues<br>2.3 TODO<br>4 Settings &amp; Configuration<br>4.1 MMC Boot<br>4.2 Setup igep.ini file<br>4.3 Boot Priority<br>4.4 OneNand Partition settings<br>4.4.1 Xloader partition<br>4.4.2 Boot Partition<br>4.4.3 Rootfs<br>5 Build procedure<br>5.1 Build with Ubuntu Cross Compiler gcc 4.5.1<br>5.2 Build with IGEP SDK<br>5.3 Build Native<br>6 Contribution &amp; Support &amp; Report Bugs