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]

Re: RedBoot ROM version



On 13-Jul-2001 Christoph Csebits wrote:
> On Thu, Jul 12, 2001 at 08:13:04AM -0600, Gary Thomas wrote:
>> > Thats all I have changed from RAM version
>> > Is there some vital thing missing?
>> 
>> Look at other platforms to see how to make use of objcopy for what
>> you want.  The MBX is a good choice as it makes use of them when
>> building RedBoot.
> 
> Thanks, i used a wrong binary for burning it into flash.
> 
> Now i have the problem, that redboot hangs in the FEC driver
> initialization. (on a simple memory access: E.g.: qi->fec=txbase )
> 
> Changing the value of
> 
> cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {
>     user_value 6144
> };
> 
> to 10144 let me go further in my fec code. 

Can you tell why?  If you look at the system stack, does it really
get this full?

> 
> Whats the maximum value, and how does it depends on what?

There is no maximum value, it simply depends on how much memory you
want to reserve for RedBoot to use.


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