public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Newbie question about SDRAM Size Modification in Redboot for Integrator/AP.
@ 2005-05-09  8:43 aprakash
  0 siblings, 0 replies; only message in thread
From: aprakash @ 2005-05-09  8:43 UTC (permalink / raw)
  To: ecos-discuss

Hi,

         I have an ARM development board (920T) with 128MB SDRAM. I am compiling REDBOOT for this board. Available binary file seems to be configured for 16MB SDRAM. I had tried by changing the following files ... But i wasnot helped me..  the file names are 

\opt\ecos\ecos-2.0\packages\hal\arm\integrator\v2_0  \include\pkgconf\mlt_arm_integrator_ram.ldi 


#include <cyg/infra/cyg_type.inc>

MEMORY
{
    ram : ORIGIN = 0, LENGTH = 0x08000000
}

_______________________________________________________

\opt\ecos\ecos-2.0\packages\hal\arm\integrator\v2_0  \include\pkgconf\mlt_arm_integrator_ram.mlt

region ram 0 08000000 0 !
_______________________________________________________
\opt\ecos\ecos-2.0\packages\hal\arm\integrator\v2_0  \include\pkgconf\mlt_arm_integrator_romram.h


#define CYGMEM_REGION_ram_SIZE (0x08000000)
____________________________________________________

\opt\ecos\ecos-2.0\packages\hal\arm\integrator\v2_0  \include\pkgconf\mlt_arm_integrator_romram.h

MEMORY
{
    ram : ORIGIN = 0, LENGTH = 0x08000000
}
___________________________________________________


         Is there any other files should i need to modify ? ...Please let me know the direction to bring up Redboot with 128MB SDRAM support in board...

Thanks
Prakash


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-09  3:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-09  8:43 [ECOS] Newbie question about SDRAM Size Modification in Redboot for Integrator/AP aprakash

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).