This is the mail archive of the ecos-discuss@sourceware.org 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: Problem with 2ram section


On Mon, Jun 2, 2008 at 5:24 PM, Andrey Baboshin <ababoshin@tepkom.ru> wrote:
> Hi, all.
>
> I try to build and run the redBoot for MPC8313. Flash is S29GL128N.
> Building is ok, but when I run "fconfig -i" the system outputs "... Program
> from ..." and then hangs.
> I have some experiments with order of implementation flash routines in
> flash_am29xxxxx.inl file and find
> the order have effect on process of execution. If I move the
> flash_program_buf function to top of this file
> then it executes more the one lines but then it hangs also.
> I have found also every function in *.inl locates in 2ram-section. I think
> it contains problem - 2ram section is too small.
> How can I enlarge the 2ram section?
> Do some one have same problems?
>
> thank you.
>
>
> --
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>
>

Hi,

You can enlarge the RAM section by adapting the linker script,
providing your RAM is physically big enough. Look for *.ldi that your
target is using. I don't have any experience with your specific
platform so I cannot give you it's exact name.

Tom

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