Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader X-loader

201 bytes added, 13:47, 19 May 2011
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 :  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) ''' #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  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 :
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)
''' #004 Script : Load flash 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 =
0
edits