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: cyg_user_start fails to start


On Thu, Jan 27, 2005 at 10:50:04AM -0800, Harshit Suri wrote:
> Thanks Andrew we have 1 MByte of external SRAM so i tried changing the
> hal_platform_setup.h :
> FROM  ldr     r2,=0x02010000
> TO       ldr     r2,=0x020FFFFF
> 
> It still doesnt work this time some LEDs on the at91eb40a board stay
> permanently on.
> did i make the incorrect change?
> thanks

Try different size and see what different crashes you get. That will
tell you where the boundary condition is.

Does eCos know you have 1Mbyte of external SRAM? Is it correctly
setting up the MMU for 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]