I need help on how to load wince image from compact flash for Aspen board.
Here is what i am intending to do, From the bootloader read the compact
flash and look for the image and on finding the image, write the image to the
flash and load it on to the RAM and launch the image. This process can be
used for future OS and application upgrade.
My assumption is that i need a file system driver and compact flash driver
that is linked to the bootloader.
I would like to know if the CF card driver is already available as part of
wince 6 and how i could include the driver in the bootloader.
I am using VS2005 Platform builder with Wince6.0. I have cloned the Aspen
board SH7750 to meet the SH7760 platform.
Please let me know what needs to be done.

RE: Loading wince6.0 image from compact flash card by JoshChang

JoshChang
Thu May 10 22:03:00 CDT 2007

Hi jsiva,

You have to implement the CF Image file finding and downloading it to
certain RAM address, for later jumpping to to address to enter the OS.
CF Image file finding and downloading you have to do it on your own, and
other codes can be found in bootloader of some sample BSP
Before jumping into the image, you could copy the image from RAM into some
persistent storage like NAND Flash (ex. DiskOnChip)...And next time you could
have