Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader X-loader

453 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-2 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-23.tar.gz $ tar xzf x-loader-1.4.4-23.tar.gz $ cd x-loader-1.4.4-23
$ scripts/./autobuild.sh arm-none-linux-gnueabi-
and build with
$ cd x-loader
$ scripts/./autobuild.sh make CROSS_COMPILE=arm-none-linux-gnueabi- igep00x0_config $ make CROSS_COMPILE=arm-none-linux-gnueabi-
The result will be :
* x-load.bin.ift in autobuild/igep00x0./ directory
= Quality assurance: Test Cases =
== Status table ==
 
{| border="1"
|-
! '''Release'''
! ''' #001 '''
! ''' #002 '''
! ''' #003 '''
! ''' #004 '''
|-
|  for-next 
|   PASS  
|    
|   PASS  
|    
|}
== Test case definitions ==
''' #001 : SDCARD boot '''
How to test: Create a bootable SD card (FAT partition) and put inside Put x-loaderto sdcard and check if booting. Result should be like :
Texas Instruments X-Loader 1.5.0 (May 5 2011 - 09:59:19)
## Ready for binary (kermit) download to 0x80008000 at 115200 bps...
''' #002 : Load u-boot from SD-card ''' How to test: Put x-loader 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-boot.bin from mmc  U-Boot 2011.03-00406-gf92edd8 (May 05 2011 - 13:01:04)</pre> ''' #003 : ONENAND boot '''
How to test: Put x-loader to onenand and check if booting. Result should be like :
## Ready for binary (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 ''' #003 004 : Load u-boot from SD-card onenand '''
How to test: Put x-loader and u-boot to SD-card and check if booting. Result should be like :
<pre> Texas Instruments X-Loader 1.5.0 (May 5 19 2011 - 0910:5947:1912) Reading boot sectorDetected Numonyx OneNAND 4G Flash Loading u-boot.bin from mmconenand
U-Boot 2011.03-0040600532-gf92edd8 g638a48e (May 05 19 2011 - 1311:0143:0443)</pre>
''' #004 Script : Load flash u-boot using u-boot from onenand '''
How to test: Put x-loader and mmc rescan 0 fatload mmc 0 0x80300000 u-boot to SD-card and check if booting. Result should be like :bin onenand erase 0x80000 0x180000 onenand write 0x80300000 0x80000 0x180000
= 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
** add support for OMAP3 IGEP module (igep0030)
[[Category:Software|Xloader]][[Category:How to forgeBoot loaders|Xloader]]
0
edits