[ECOS] Changing the default boot flash device in Redboot
Andrew Lunn
andrew@lunn.ch
Wed Dec 1 11:30:00 GMT 2004
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
More information about the Ecos-discuss
mailing list