Re: Windows CE onto Flash drive? by Paul
Paul
Fri Oct 27 11:24:44 CDT 2006
That's specific to your device. Presumably it looks to DOS like a hard
disk, doesn't it? If that's the case, you'd need a) some means to copy an
nk.bin file to it, b) some way to cause it to boot on startup (a different
bootloader). You might store the bootloader in the ROM normally used for
BIOS on a PC, or there might be some means provided by your hardware OEM to
store a boot program in the boot sector of the disk-on-chip device, which,
on boot would locate nk.bin, load it into RAM and jump to it. Or, you might
boot to DOS and use the loadcepc program that comes with Platform Builder to
load nk.bin and jump to it. Since your hardware is clearly not an
off-the-shelf PC, talk to the hardware vendor about how the expect this to
happen...
Paul T.
"Sander" <Sander@discussions.microsoft.com> wrote in message
news:93F33FB5-04B1-4A91-AA5B-D30011121121@microsoft.com...
> Hello,
>
> I'm trying to install windows CE 4 onto an embedded system.
> Things look to work well, i can download an image to the CEPC.
> CE loads, and works.
>
> Now starts the problem. I do not have a regular harddisk installed, but a
> FLASH drive (DiskonChip). Thus everytime I reboot, the memory is empty,
> and
> CE is gone.
>
> How Can I load the image of CE on the Flashdrive?
>