Hello All,

Background Information :-
----------------------------------
Processor :- PXA270
Reference BSP :- MainstoneII from PB 5.0

At present, I am trying to download the OS image to Flash. I have gone
through the various posts on this forum but I still could not figure as
to what configuration option I have missed.

Following is the changes that I have made to config.bib :-

MEMORY

; Name Start Size Type
; ------- -------- -------- ----
RSVD 80000000 000FF000 RESERVED
ARGS 800FF000 00001000 RESERVED
NK BCA80000 03000000 RAMIMAGE
RAM 83100000 00F00000 RAM

CONFIG

AUTOSIZE=OFF
KERNELFIXUPS=ON
ROMSTART=BCA80000
ROMWIDTH=32
ROMSIZE=03000000

and following is my debug output :-

Locked Down Link 1
Src IP 192.168.36.117 Port 0800 Dest IP 192.168.36.40 Port 0610
EthDown::TFTPD_OPEN::boot.bin
-EbootSendBootmeAndWaitForTftp
****** OEMVerifyMemory checking physical range [ 0x80000 ==> 0x85CB7B
]...
****** FLASH address ******

rom_offset=0x0.
INFO: FlashErase: erasing flash BCA80000 to BD27FFFF. Please wait...
INFO: FlashErase: Finished Flash Erase!
INFO: FlashWrite: writing to flash...
...............................INFO: FlashWrite: verifying the data
written to flash...
INFO: FlashWrite: flash programmed successfully!
ROMHDR at Address BCA80044h
INFO: FlashErase: erasing flash BCA40000 to BCA7FFFF. Please wait...
INFO: FlashErase: Finished Flash Erase!
INFO: FlashWrite: writing to flash...
INFO: FlashWrite: verifying the data written to flash...
INFO: FlashWrite: flash programmed successfully!
Download successful! Jumping to image at 0xBCA81000 (physical
0x81000)...
Got EDBG_CMD_JUMPIMG
Got EDBG_CMD_CONFIG, flags:0x00000000

-------------------------------------

After this it just hangs ...!

I have also checked the IMGFLASH option.

What else could I be missing ... ?

I believe I am not able to read back from the OS image that I have
configured in flash or is it something else ... ?

Looking forward some pointers in this regard ... !

Regards,
Swapnil.

Re: Wince XIP ... ! by WindowsCE_Developer

WindowsCE_Developer
Tue Jan 10 02:45:56 CST 2006

Hello All,

Fixed it ... Thanks !

Regards,
Swapnil.