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.