Development Environment
  Home FAQ Contact Sign in
microsoft.public.windowsxp.embedded only
 
Advanced search
POPULAR GROUPS

more...

microsoft ... embedded Profile…
 Up
Development Environment         


Author: Bill Ames
Date: Sep 15, 2008 10:49

Hi,

New to XPe and in the process of learning. My question is about my
development environment. Our target system is different then the system on
which I must learn and then build and test my first image (can you say Hello
World?) The tutorial is suggesting that I add a new HD to my development
platform as the place to build my image. My question is: Can I use a
partition rather then a whole new HD?

billa
2 Comments
Re: Development Environment         


Author: steves
Date: Sep 15, 2008 15:35

Hi Bill,

You can certainly use a partition, along with multi boot in your
boot.ini. The reason that they suggest a new hard disk instead of a
partition is because it is somewhat difficult to get the drive letter
and ARC path settings correct in Target Designer, which can result in
several attempts needed to get it right (frustrating for beginners).

Assuming your hard disks are formatted with NTFS, set up multi boot by
changing your boot.ini to look something like this:

[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP computer" /
fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP Embedded Test system" /
fastdetect
Show full article (2.00Kb)
no comments
Re: Development Environment         


Author: Bill Ames
Date: Sep 16, 2008 04:38

Hello Steve,

A most complete answer! Thank you. New knowledge seems to bring new horizons
and thereafter new questions. The Great Tutorial assumes that I will be
developing my image on the same hardware platform that the image is being
designed for. Alas, if life were that simple :-| My target platform is a
totally, er, "somewhat" different beast. So I will be assembling the target
image on my development PC but never booting into it. Is it safe for me to
assume :-| that this is a proper approach? Once I have an image I will then
seek the necessary means for getting the image on the target platform. A
bridge I will cross when I can figure out to whom the toll is paid ;-)

Best regards,

Bill
Show full article (1.25Kb)
no comments