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: Can not get redboot to load / run linux binariesonIXP420


On Fri, 2005-07-29 at 08:48 -0500, Don Osburn wrote:
> Got it, and thanks to everyone for the help.
> 
> The problem turned out to be initializing the SDRAM we are using in our
> configuration.  Turns out we had to set bit 5 for our SDRAM.  As in;
> 
> #define IXP425_SDRAM_CONFIG_INIT  ( 0x30 | SDRAM_CONFIG_CAS_3 |
> SDRAM_CONFIG_4x16Mx16 )
> 
> We now have the OS loading / booting.
> 

Interesting. You're setting both bit 4 and bit 5. In my manual, bit
4 is set for 3 cycle RAS latency and bit 5 is marked as reserved...

--Mark



-- 
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]