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: Capacity problem?


I short clarification that i missed in the first email: 
When starting from flash then i copy all code to RAM and resume
execution there. By doing this i can startup an image almost everywhere
in the memory and then make it copy itself to RAM 0x0->.

Since i execute in RAM (even with flash startup) then i don't have any
problems due to slow execution but maybe my CPU needs a special setup
when executing from flash??
 
> Also, on the MPC8xx, you might want to tune the number of 
> data buffers.  The defaults I put in are very conservative 
> and could easily be swamped.

Yepp, i changed from 4 to 16 a while back.

Is there anyone that has changed the startup files (vectors.S or the
board specific file like mbx.S) to setup some special registers ?? Maybe
i have missed some....?

Any other ideas?

Regards, Daniel

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


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