Hi to all,

I can see my PB generates NK.bin but I can not see NK.nb0 which I need.

what modifications do I need in bib files to be able to generate NK.nb0 plus
NK.bin.

Best Regards..

RE: making NK.nb0 by prabu

prabu
Fri Feb 02 05:05:00 CST 2007

In order to generate NK.nb0 you have to set IMGFLASH=1 in the
"platform->settings
->build options tab"


Prabu

"Serkan" wrote:

> Hi to all,
>
> I can see my PB generates NK.bin but I can not see NK.nb0 which I need.
>
> what modifications do I need in bib files to be able to generate NK.nb0 plus
> NK.bin.
>
> Best Regards..

Re: making NK.nb0 by Henrik

Henrik
Fri Feb 02 05:40:37 CST 2007

That assumes BSP support for it. The IMGFLASH setting dosn't really
have anything to do with creating an nb0 file. When setting IMGFLASH=1
the config.bib will use FLASH addresses instead of RAM addresses
(provided config.bib supports it, that is).

If you want nk.nb0 created, you should make sure config.bib specify
ROMSIZE, ROMWIDTH and ROMSTART.

Henrik Viklund
http://www.addlogic.se

On Feb 2, 12:05 pm, prabu <p...@discussions.microsoft.com> wrote:
> In order to generate NK.nb0 you have to set IMGFLASH=1 in the
> "platform->settings
> ->build options tab"
>
> Prabu
>
>
>
> "Serkan" wrote:
> > Hi to all,
>
> > I can see my PB generates NK.bin but I can not see NK.nb0 which I need.
>
> > what modifications do I need in bib files to be able to generate NK.nb0 plus
> > NK.bin.
>
> > Best Regards..- Hide quoted text -
>
> - Show quoted text -



Re: making NK.nb0 by Serkan

Serkan
Fri Feb 02 08:34:01 CST 2007

Thank you for your comments.

I have placed the ROMSIZE, ROMWIDTH and ROMSTART in config.bib and
successfully generated NK.nb0.

But the size of NK.nb0 is fixed as in config.bib ROMSIZE.

So What will be happen if I add additional items from catalog to my BSP?


"Henrik Viklund" wrote:

> That assumes BSP support for it. The IMGFLASH setting dosn't really
> have anything to do with creating an nb0 file. When setting IMGFLASH=1
> the config.bib will use FLASH addresses instead of RAM addresses
> (provided config.bib supports it, that is).
>
> If you want nk.nb0 created, you should make sure config.bib specify
> ROMSIZE, ROMWIDTH and ROMSTART.
>
> Henrik Viklund
> http://www.addlogic.se
>
> On Feb 2, 12:05 pm, prabu <p...@discussions.microsoft.com> wrote:
> > In order to generate NK.nb0 you have to set IMGFLASH=1 in the
> > "platform->settings
> > ->build options tab"
> >
> > Prabu
> >
> >
> >
> > "Serkan" wrote:
> > > Hi to all,
> >
> > > I can see my PB generates NK.bin but I can not see NK.nb0 which I need.
> >
> > > what modifications do I need in bib files to be able to generate NK.nb0 plus
> > > NK.bin.
> >
> > > Best Regards..- Hide quoted text -
> >
> > - Show quoted text -
>
>
>

Re: making NK.nb0 by Steve

Steve
Fri Feb 02 09:24:28 CST 2007

>So What will be happen if I add additional items from catalog to my BSP?
By default you will et a warning from PB that your image size exceeds what
you set. There is an option to convert that to a build error. (Though I
can't remember how to enable it off the top of my head...)


--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: making NK.nb0 by Henrik

Henrik
Fri Feb 02 11:14:45 CST 2007

The size of the .nb0 file is closely related to ROMSIZE because the nb
file format is basically just a raw, linear representation of every
byte in a flash device.

Henrik Viklund
http://www.addlogic.se

On Feb 2, 3:34 pm, Serkan <Ser...@discussions.microsoft.com> wrote:
> Thank you for your comments.
>
> I have placed the ROMSIZE, ROMWIDTH and ROMSTART in config.bib and
> successfully generated NK.nb0.
>
> But the size of NK.nb0 is fixed as in config.bib ROMSIZE.
>
> So What will be happen if I add additional items from catalog to my BSP?
>
>
>
> "Henrik Viklund" wrote:
> > That assumes BSP support for it. The IMGFLASH setting dosn't really
> > have anything to do with creating an nb0 file. When setting IMGFLASH=1
> > the config.bib will use FLASH addresses instead of RAM addresses
> > (provided config.bib supports it, that is).
>
> > If you want nk.nb0 created, you should make sure config.bib specify
> > ROMSIZE, ROMWIDTH and ROMSTART.
>
> > Henrik Viklund
> >http://www.addlogic.se
>
> > On Feb 2, 12:05 pm, prabu <p...@discussions.microsoft.com> wrote:
> > > In order to generate NK.nb0 you have to set IMGFLASH=1 in the
> > > "platform->settings
> > > ->build options tab"
>
> > > Prabu
>
> > > "Serkan" wrote:
> > > > Hi to all,
>
> > > > I can see my PB generates NK.bin but I can not see NK.nb0 which I need.
>
> > > > what modifications do I need in bib files to be able to generate NK.nb0 plus
> > > > NK.bin.
>
> > > > Best Regards..- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -