Re: boot loader build error
From: K. S. Huang (ks_huang_at_alphanetworks.com.remove.this)
Date: 07/30/04
- Next message: K. S. Huang: "Re: How can support the "Shutdown" function in the WINCE.net?"
- Previous message: Dean Ramsier: "Re: network flash update question"
- In reply to: Sujith: "Re: boot loader build error"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Jul 2004 21:55:52 +0800
I mean the memory section of the config.bib
assume you config.bib maybe like this
MEMORY
NK 80040000 02f40000 RAMIMAGE
RAM 90090000 07f70000 RAM
so the setting for .nb0 will like
ROMSTART=80040000
ROMSIZE=02f40000
ROMWIDTH=32
generally, the ROMSTART will be the same as the start address of the
RAMIMAGE setting
"Sujith" <sujithss@hotmail.com> ¼¶¼g©ó¶l¥ó·s»D
:udgulcidEHA.3704@TK2MSFTNGP09.phx.gbl...
> hi,
> my memory map looks like this.
> 0000000 | | 24K SRAM
> 20000 | | 24K RAM
> 100000 | | Flash,(BootLoader and all)
> 900000 | | SDRAM
> 4900000 | | SDRAM End...
>
> and the values are already given.
> IF IMGFLASH !
> ROMOFFSET=78000000
> ENDIF
> IF IMGFLASH
> ROMOFFSET=A4000000
> ENDIF
> ROMSIZE = 00800000
> ROMWIDTH = 32
>
> how should i configure?
> Regards
> Sujith
> "K. S. Huang" <ks_huang@AlphaNetworks.com_remove.this> wrote in message
> news:eF0hvJidEHA.3016@tk2msftngp13.phx.gbl...
> > waht is the beginning adress of your ramimage ??
> >
> > the ROMOFFSET will shift the beginning address for some bootloader that
> > using diffrent Address Mapping with the Kernel.
> > in most case you only need to set the ROMSTART, ROMSIZE and ROMWIDTH
> >
- Next message: K. S. Huang: "Re: How can support the "Shutdown" function in the WINCE.net?"
- Previous message: Dean Ramsier: "Re: network flash update question"
- In reply to: Sujith: "Re: boot loader build error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|