Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader X-loader

608 bytes removed, 12:38, 15 June 2010
X-loader for IGEP v2
== How to cross compile X-loader == === Overview of How-To === This How-To is meant to be a starting point for people to learn build the x-loader software for IGEP v2 devices as quickly and easily as possible. This How-To works with the Ubuntu 8.04 IGEP v2.0 SDK Virtual Machine but most of the contents are valid also for other GNU/Linux distributions. We do not issue any guarantee that this will work on other distributions. === Requirements === *'''Ubuntu 8.04 IGEP v2.0 SDK Virtual Machine''' === Feedback and Contributing ===Creating articles in the wiki is a collaborative process, at any point, if you see a mistake you can contribute to this article. Please, use the discussion tab for user comments. This is useful to separate page content and the discussion thereof and also, if you don't want to give normal users the right to edit the page but still want user contributed notes. Editing permissions are restricted to registered users. [http://www.igep.es Register in the main IGEP site] and you will have single sign-on.  Consult the [http://www.mediawiki.org/wiki/Help:Contents User's Guide] for information on using the wiki software.  There is a set of [[Wiki contribution guidelines]]. === X-loader for IGEP v2 platforms ===
First of all setup the build environment sourcing this script
if you have updated your SDK environment to latest version (see [[Ubuntu 8.04 IGEP v2.0 SDK Virtual Machine]])
==== X-loader v1.4.23-2 0 (stable) ====
This version supports full OneNAND DDP Download the IGEP v2 X-loader sources and follow next steps:
<pre>
$ wget http://downloads.igep.es/sources/x-loader-1.4.23-20.tar.gz$ tar xzf x-loader-1.4.23-20.tar.gz$ cd x-loader-1.4.23-20
$ scripts/./autobuild.sh arm-none-linux-gnueabi-
</pre>
The result will be :
* For IGEP v2 platform**x-load-ddp.bin.ift in autobuild/igep0020/flash directory (for OneNAND DDP)**x-load.bin.ift in autobuild/igep0020/sdcard directory (for SD card)*For OMAP3 IGEP module**x-load-ddp.bin.ift in autobuild/igep0030/flash directory (for OneNAND DDP)**x-load.bin.ift in autobuild/igep0030/sdcard directory (for SD card)
==== X-loader mainline tree (development) ====
</pre>
The result will be&nbsp;:
* For IGEP v2 platform
**x-load-ddp.bin.ift in autobuild/igep0020/flash directory (for OneNAND DDP)
**x-load.bin.ift in autobuild/igep0020/sdcard directory (for SD card)
*For OMAP3 IGEP module
**x-load-ddp.bin.ift in autobuild/igep0030/flash directory (for OneNAND DDP)
**x-load.bin.ift in autobuild/igep0030/sdcard directory (for SD card)
 
==== CHANGELOG ====
*[http://git.igep.es/?p=pub/scm/x-loadloader.git;a=commit;h=88e476f71ddb4f9bee833b4da4b05fd883284d5c 2010-06-ddp15 Release 1.bin4.ift in autobuild/igep0020/flash directory (3-0]** add watchdog support** add support for OneNAND DDP) the 128MB SDRAM*x-load.bin.ift in autobuild/igep0020/sdcard directory * add support for OMAP3 IGEP module (for SD cardigep0030)
[[Category:Software|Xloader]]
0
edits