Hi everybody,

I want to use the first 128KB in flash for other purpose. I can put a
branch instruction at the boot address which jumps to 0x00020100 where
the new boot loader should be. For this reason I would like to build
the images as following:
old: 0x00000000 boot.bin
0x00040000 nk.bin
new: 0x00020000 boot.bin
0x00060000 nk.bin
How can I tell the Platform Builder to do the job for me? Which files
and settings should be changed?

Thanks a lot in advance

Dan

How to change the image(nk.bin and boot.bin) location in flash? by Bobby

Bobby
Fri Aug 27 02:07:38 CDT 2004

Modify config.bib and boot.bib.

Regards,
Bobby

>-----Original Message-----
>Hi everybody,
>
>I want to use the first 128KB in flash for other
purpose. I can put a
>branch instruction at the boot address which jumps to
0x00020100 where
>the new boot loader should be. For this reason I would
like to build
>the images as following:
>old: 0x00000000 boot.bin
> 0x00040000 nk.bin
>new: 0x00020000 boot.bin
> 0x00060000 nk.bin
>How can I tell the Platform Builder to do the job for
me? Which files
>and settings should be changed?
>
>Thanks a lot in advance
>
>Dan
>.
>

Re: How to change the image(nk.bin and boot.bin) location in flash? by Dan

Dan
Fri Aug 27 16:59:00 CDT 2004

I have tried to modify config.bib and boot.bib. But the system crashes
during booting. So I think something else has to be changed, too.

Regards, Dan

"Bobby" <bobby@softwareschematics.com> wrote in message
news:129401c48c04$8954f260$a301280a@phx.gbl...
> Modify config.bib and boot.bib.
>
> Regards,
> Bobby
>
> >-----Original Message-----
> >Hi everybody,
> >
> >I want to use the first 128KB in flash for other
> purpose. I can put a
> >branch instruction at the boot address which jumps to
> 0x00020100 where
> >the new boot loader should be. For this reason I would
> like to build
> >the images as following:
> >old: 0x00000000 boot.bin
> > 0x00040000 nk.bin
> >new: 0x00020000 boot.bin
> > 0x00060000 nk.bin
> >How can I tell the Platform Builder to do the job for
> me? Which files
> >and settings should be changed?
> >
> >Thanks a lot in advance
> >
> >Dan
> >.
> >



Re: How to change the image(nk.bin and boot.bin) location in flash? by Bobby

Bobby
Tue Aug 31 01:28:56 CDT 2004

Most probable reason is that the start up (assembly) code
is not correct.

Regards,
Bobby

>-----Original Message-----
>I have tried to modify config.bib and boot.bib. But the
system crashes
>during booting. So I think something else has to be
changed, too.
>
>Regards, Dan
>
>"Bobby" <bobby@softwareschematics.com> wrote in message
>news:129401c48c04$8954f260$a301280a@phx.gbl...
>> Modify config.bib and boot.bib.
>>
>> Regards,
>> Bobby
>>
>> >-----Original Message-----
>> >Hi everybody,
>> >
>> >I want to use the first 128KB in flash for other
>> purpose. I can put a
>> >branch instruction at the boot address which jumps to
>> 0x00020100 where
>> >the new boot loader should be. For this reason I would
>> like to build
>> >the images as following:
>> >old: 0x00000000 boot.bin
>> > 0x00040000 nk.bin
>> >new: 0x00020000 boot.bin
>> > 0x00060000 nk.bin
>> >How can I tell the Platform Builder to do the job for
>> me? Which files
>> >and settings should be changed?
>> >
>> >Thanks a lot in advance
>> >
>> >Dan
>> >.
>> >
>
>
>.
>