Another common request is how we can support booting or updating the OS image from a SD card.
One of the optional components of Windows Embedded CE 6.0 SR2 is the VOIP_PXA270 BSP. This BSP includes a bootloader that is able to boot from SD. The code, as any other bootloader, is quite hardware dependent, but you may take the SD implementation from it and change the "PDD" to adapt it to your SD controller.
SD support for the bootloader
Another common request is how we can support booting or updating the OS image from a SD card.
One of the optional components of Windows Embedded CE 6.0 SR2 is the VOIP_PXA270 BSP. This BSP includes a bootloader that is able to boot from SD. The code, as any other bootloader, is quite hardware dependent, but you may take the SD implementation from it and change the "PDD" to adapt it to your SD controller.