Hello. I'm having an issue trying to boot WinCE 6 from SD card on SBC8100 plus board.
The debug output is as follows:
Texas Instruments X-Loader 1.47 (Apr 20 2012 - 18:01:05)
Booting from nand...
Starting OS Boot loader...
U_Boot 2010.06-rc1-svn (Apr 17 2012 - 10:15:56)
<some HW specs go here>
Hit any key to stop autoboot...
mmc1 is available
reading boot.scr
** Unable to read "boot.scr" from mmc 0:1 **
reading uImage
** Unable to read "uImage" from mmc 0:1 **
booting from nand...
<then it boots linux, shows normal boot log and finally puts a prompt to login>
Looks like the x-loader that starts from mini8510 nand doesn't even try to load WinCE 6 boot files like ebootsd.nb0 and stuff - instead it always searches for uImage on the SD. However, there's something interesting in the SBC8100 supplement documentation: the debug output of all operations related to using WinCE starts with a different boot loader signature: 'Texas Instruments Windows CE SD X-Loader 1.47'. Does it mean, that i have to have another version of x-loader in the board in order to boot WinCE 6 from SD, instead of booting linux? Is fo, where could i obtain the correct version of x-loader and what should i do to write it to the nand?
Please, how can i resolve the issue? Thank you in advance.