Hello, You can use the default image OR custom image for CCWi-i.MX53 to boot properly.
You can find the default images at the below paths (The default images that comes with the Digi Windows embedded compact 7 BSP)
If your module is wireless module , the image is "wce-CCWiMX53" at the below directory
C:\Program Files (x86)\Digi\Windows Embedded Compact 7\Images\ConnectCore Wi-i.MX53\JSK\wince
You should use below command to boot it from Micro SD
#dboot wce mmc 1:1 fat wce-CCWiMX53
If your module is Non-wireless module,The image is "wce-CCMX53" at the below directory
C:\Program Files (x86)\Digi\Windows Embedded Compact 7\Images\ConnectCore i.MX53\JSK\wince
Then you should use the below command,
#dboot wce mmc 1:1 fat wce-CCMX53
If you create custom image,the default location of the custom image is C:\tftproot
Thanks.