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]

Problem with 2ram section


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]