0
votes

I need to install WinCe 6.0 on Vortex86 device and then write application to it.

I used Platform Builder and built OS based on Vortex86 BSP. How can I install it on my Vortex based device? (It has USB and I have disk on key to install on it)

How can I connect to it and run the applications on it using VS2005?

Thank you!

1

1 Answers

0
votes

There are two separate questions here.

First, "installing" CE depends on the bootloader in use. You need to put an NK.BIN wherever the bootloader is looking. You might be able to use diskprep to make the USB device bootable and run the image right from it. Maybe it has internal storage and uses loadcepc to load NK.bin off of that. Those are the two ways the Vortex86 devices I've used operate, but which yours uses we can only guess at.

As for connecting and debugging an application, that's been asked and answered several times. Here's just one of them.