Downloading BIN file using Hard Drive/CF card.
System ready!
Preparing for download...
Reading Image File.Erasing flash blocks: start Addr = 0x60080000 length = 0x182
7758
.......................OK
Continue to Erase the rest of Flash.
................................................................................
.....
Flash Erase Successfully Finished
Writing to flash at Address= 0x60080000, Length = 0x1827758
................................................................................
................Found pTOC signature.
ROMHDR at Address 60080044h
RomHdr.ulRAMStart=00FF0C07h RomHdr.physfirst=29A00C07h.
INFO: Jumping to image at 0x60081006...
Downloading BIN file using Hard Drive/CF card.
System ready!
Preparing for download...
Reading Image File.Erasing flash blocks: start Addr = 0x60000000 length = 0x180
0504
.......................OK
Continue to Erase the rest of Flash.
................................................................................
......
Flash Erase Successfully Finished
Writing to flash at Address= 0x60000000, Length = 0x1800504
................................................................................
................Found pTOC signature.
ROMHDR at Address 60000044h
RomHdr.ulRAMStart=00FF0C07h RomHdr.physfirst=29900C07h.
INFO: Jumping to image at 0x60001006...
RomHdr.ulRAMStart=00FF0C07h RomHdr.physfirst=29900C07h.
INFO: Jumping to image at 0x60001006...
Windows CE Kernel for ARM (Thumb Enabled) Built on Mar 13 2003 at 22:52:56
ProcessorType=0920 Revision=0
sp_abt=ffff5000 sp_irq=ffff2800 sp_undef=ffffc800 OEMAddre) Sp=ffffc7cc
ERROR: f:\wince420\platform\ep931x\drivers\wavdev\wav.cpp line 730: AudioDriver:
:Initialize: Failed to initialize AC97Codec
Data Abort: Thread=83ffcbb4 Proc=802e
90b0 'device.exe'
AKY=00000005 PC=031a6d58 RA=031a6d50 BVA=06000004 FSR=00000007
Init Raster engine
Clearing screen
Returning from DDI init
OEMResetWakeupSource dwSource = 0x11
OEMSetWakeupSource dwSource = 0x11
;**********************************************************************
; StartUp routine to initialize the processor.
;**********************************************************************
STARTUPTEXT
DCB "CRUS", 0
LEAF_ENTRY StartUp
;
; Kill watch dog timer. Before any thing else.
;
ldr r0, =0x80940000
ldr r1, =0xAA55
str r1, [r0]
;
; ensure SVC32 mode with IRQ and FIQ disabled
;
mov r0, #0xd3
msr cpsr_c, r0
;
; Check to see if we are executing in flash, if so we may need to
; setup SDRAM.
;
cmp pc, #0x60000000
bls DontConfigureSDRAM
;
; If we loaded through eboot, SDRAM is already configured.
; Check the CLKSET1 register to see if it has been modified.
;
ldr r0, =0x80930020
ldr r1, [r0]
ldr r0, =CLKSET1DEFAULT
cmp r0, r1
bne DontConfigureSDRAM
;
;
; Configure SDRAM
;
bl SdramCfg
DontConfigureSDRAM
;
; Turn off the MMU
;
ldr r0, =0xC0001078
mcr p15, 0, r0, c1, c0, 0