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: Size of Standalone Flash based redboot image


On Wed, Mar 24, 2004 at 12:10:04PM -0800, G.Muruganandam wrote:
> Hi,
> 

> I understand that the standalone flash based Redboot image occupies
> flash address 0x00000000 to 0x0003ffff.  I would like to increase
> the size allocated for the flash image.

The location and size of the image depends on the platform. 

To change it you need to change the platform memory map. You need to
edit the mlt_*_rom.ldi and mlt*_rom.h files for your
platform. Increase the symbol CYGMEM_REGION_rom_SIZE in the .h and the
rom LENGTH in the .ldi.

    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]