Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader X-loader

1,801 bytes added, 13:20, 14 May 2012
m
X-loader v1.4.4-3 (stable)
if you have updated your SDK environment to latest version (see [[Ubuntu 8.04 IGEP v2.0 SDK Virtual Machine]])
== X-loader v1.4.4-1 3 (stable) ==
Download the IGEP X-loader sources and follow next steps:
 {{Message/Broken Links}}  $ wget http://downloads.igep.es/sources/x-loader-1.4.4-13.tar.gz $ tar xzf x-loader-1.4.4-13.tar.gz $ cd x-loader-1.4.4-13
$ scripts/./autobuild.sh arm-none-linux-gnueabi-
**x-load.bin.ift in autobuild/igep0030/sdcard directory (for SD card)
== X-loader mainline tree (development) ==
<span style="color: rgb(255, 0, 0);">'''Note:''' The 'master' branch is where the development work takes place and you should use this if you're after to work with the latest cutting edge developments. It is possible trunk can suffer temporary periods of instability while new features are developed and if this is undesirable we recommend using one of the release branches. '''Use ONLY for development purposes.'''</span>
Clone the GIT repository from git.igep.es
<pre> $ git clone git://git.igep.es/pub/scm/x-loader.git $ cd x-loader< $ git checkout origin/pre> for-next -b for-next 
and build with
<pre> $ cd x-loader $ make CROSS_COMPILE=arm-none-linux-gnueabi- igep00x0_config $ scripts/./autobuild.sh make CROSS_COMPILE=arm-none-linux-gnueabi-</pre> The result will be&nbsp;: * For IGEP v2 platform**x-load-ddp.bin.ift in autobuild/igep0020./flash directory  = Quality assurance: Test Cases = == Status table == == Test case definitions == ''' #001 : SDCARD boot ''' How to test: Put x-loader to sdcard and check if booting. Result should be like :  Texas Instruments X-Loader 1.5.0 (for OneNAND DDPMay 5 2011 - 09:59:19)**x Reading boot sector u-loadboot.binnot found or blank nand contents - attempting serial boot .ift in autobuild/igep0020/sdcard directory . . ## Ready for binary (for kermit) download to 0x80008000 at 115200 bps... ''' #002 : Load u-boot from SD -card)'''*For OMAP3 IGEP module**How to test: Put x-loadloader and u-boot to SD-card and check if booting. Result should be like : <pre> Texas Instruments X-Loader 1.5.0 (May 5 2011 - 09:59:19) Reading boot sector Loading u-ddpboot.binfrom mmc  U-Boot 2011.ift in autobuild03-00406-gf92edd8 (May 05 2011 - 13:01:04)</igep0030/flash directory pre> ''' #003 : ONENAND boot ''' How to test: Put x-loader to onenand and check if booting. Result should be like :  Texas Instruments X-Loader 1.5.0 (May 5 2011 - 09:59:19) u-boot.bin not found or blank nand contents - attempting serial boot . . . ## Ready for OneNAND DDPbinary (kermit)download to 0x80008000 at 115200 bps... **Script : flash x-loader using u-boot  mmc rescan 0 fatload mmc 0:1 0x80300000 mlo onenand erase 0 0x80000 onenand write 0x80300000 0 0x80000 ''' #004 : Load u-boot from onenand ''' How to test: Put x-loadloader and u-boot to SD-card and check if booting. Result should be like : <pre> Texas Instruments X-Loader 1.5.0 (May 19 2011 - 10:47:12) Detected Numonyx OneNAND 4G Flash Loading u-boot.binfrom onenand  U-Boot 2011.ift in autobuild/igep0030/sdcard directory 03-00532-g638a48e (for SD cardMay 19 2011 - 11:43:43)</pre> Script : flash u-boot using u-boot  mmc rescan 0 fatload mmc 0 0x80300000 u-boot.bin onenand erase 0x80000 0x180000 onenand write 0x80300000 0x80000 0x180000
=Changelog = CHANGELOG * [http://git.igep.es/?p=pub/scm/x-loader.git;a=commit;h=7a4eb1c5c2a6f2c83927c7a09a335481dc054d70 2011-07-29 Release 1.4.4-3]** fix build with linaro toolchain* [http://git.igep.es/?p=pub/scm/x-loader.git;a=commit;h=5a8ddfa826ee447853c27f14dc437dd81e2c52a5 2011-03-07 Release 1.4.4-2]** improve clk frequency selection
* [http://git.igep.es/?p=pub/scm/x-loader.git;a=commit;h=0aad3f949c55196491721129d73261ac6bcca120 2010-11-08 Release 1.4.4-1]
** improve led management
** add support for OMAP3 IGEP module (igep0030)
[[Category:SoftwareBoot loaders|Xloader]]
0
edits