This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Changing the default boot flash device in Redboot


On Wed, Dec 01, 2004 at 07:17:13PM -0000, Vanitha Ramaswami wrote:
> hello,
> sorry. prev message got sent out accidentally.
> 
>  
>  I have another doubt. In mlt_arm_xscale_grg_rom.ldi file should i update the RAM Origin also in the MEMORY section
>  
>  MEMORY
>  {
>   ram: ORIGIN=0x51000000, LENGTH=0x2000000
>   rom: ORIGIN=0x51000000, LENGTH=0x40000
>  }

You cannot have rom and ram at the same location! Normally the rams
origin is 0x0. Why do you want to put it somewhere else?

>  
> And in mlt_arm_xscale_grg_ram.ldi should this be like this..?
> 
> MEMORY
> {
>  ram: ORIGIN=0x51000000, LENGTH=0x2000000
> 
> }

Why do you think it should be like this.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]