Hi,

I built a platform builder project for "PDA or Mobile Handheld", then I
downloaded the 'nk.nb0' file (from release directory) to my development
board (DBPXA250), but my development board didn't started the Windows CE.

How could I create a bootable WCE image?
I would like to use the JTAG cable to write my OS image and then restart my
development board and then see the WCE running.

thanks in advance.

--
Edgard Lima

Re: newbie question: bootable OS image by Tariq

Tariq
Tue Jul 29 10:57:47 CDT 2003

Hi
Are you getting any debug messages from serial ports, pcmcia.....you should
be able to tell from these how far your code is getting.
You should be using the jtag to download a small bootloader, which would
then assist you in downloading your image via ethernet, parallel port, flash
card etc....

How are you downloading your wince image at the moment

Regards

Tariq

"Edgard Lima" <enagl@cin.ufpe.br> wrote in message
news:uZFOMPeVDHA.2192@TK2MSFTNGP10.phx.gbl...
>
> Hi,
>
> I built a platform builder project for "PDA or Mobile Handheld", then I
> downloaded the 'nk.nb0' file (from release directory) to my development
> board (DBPXA250), but my development board didn't started the Windows CE.
>
> How could I create a bootable WCE image?
> I would like to use the JTAG cable to write my OS image and then restart
my
> development board and then see the WCE running.
>
> thanks in advance.
>
> --
> Edgard Lima
>
>



Re: newbie question: bootable OS image by Geoff

Geoff
Tue Jul 29 12:29:24 CDT 2003

If you are using a JTAG then it may well accept SREC (Motorla S Record)
format files - you can create one by adding the line
SRE=ON
into your config.bib file.

download nk.sre over the JTAG. Ensure that you set the PC to the starting
address if you JTAG does not do it for you.

--
Geoff Smith
eMVP
http://www.BSQUARE.com
==
"Of course, these are my opinions and mine alone."
"Edgard Lima" <enagl@cin.ufpe.br> wrote in message
news:uZFOMPeVDHA.2192@TK2MSFTNGP10.phx.gbl...
>
> Hi,
>
> I built a platform builder project for "PDA or Mobile Handheld", then I
> downloaded the 'nk.nb0' file (from release directory) to my development
> board (DBPXA250), but my development board didn't started the Windows CE.
>
> How could I create a bootable WCE image?
> I would like to use the JTAG cable to write my OS image and then restart
my
> development board and then see the WCE running.
>
> thanks in advance.
>
> --
> Edgard Lima
>
>



Re: newbie question: bootable OS image by Suhan

Suhan
Tue Jul 29 20:10:20 CDT 2003

Check the build settings for your image. Also your config.bib has to be set
properly.. The start address should be the boot address of your device...

Hope everything works..

PCE..


"Edgard Lima" <enagl@cin.ufpe.br> wrote in message
news:uZFOMPeVDHA.2192@TK2MSFTNGP10.phx.gbl...
>
> Hi,
>
> I built a platform builder project for "PDA or Mobile Handheld", then I
> downloaded the 'nk.nb0' file (from release directory) to my development
> board (DBPXA250), but my development board didn't started the Windows CE.
>
> How could I create a bootable WCE image?
> I would like to use the JTAG cable to write my OS image and then restart
my
> development board and then see the WCE running.
>
> thanks in advance.
>
> --
> Edgard Lima
>
>