Re: bootable image? by Derek
Derek
Fri Oct 17 18:23:04 CDT 2003
You should select the
Project Settings -> Build Options -> Enable Image for Flash
to build a flash image. Then there are differents ways to download
this platform to flash: You may use the JTAG flashmm utility as
well. But it takes too long. The easiest way is to use the flashloader
of Diagnostic Manager to download the nk.nb0 through the SMSC
ethernet. Also, you may modify eboot to download the flash image
as well. Actually, eboot is capable of downloading a flash image but
just not to address 0x0.
Derek
"Edgard Lima" <enagl@cin.ufpe.br> wrote in message
news:O5wqV7PlDHA.2964@tk2msftngp13.phx.gbl...
> Hi,
>
> How could I create a bootable wCE image?
> What options should I set on my Platfom Builder?
> What file should I download to my Development board?
>
> I've tried donwload the nk.bin and nk.nb0 release version to address 0x0
> of my development board (Intel DBPXA250),
> But it didn't work.
> I've already used eboot.nb0 and it worked fine. But, now I would like to
> deploy the final version wCE image.
>
> Thanks In Advance,
> Edgard