From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Csebits To: Gary Thomas Cc: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] RedBoot ROM version Date: Fri, 13 Jul 2001 01:10:00 -0000 Message-id: <20010713100929.A8701@frequentis.com> References: <20010712160021.A11053@frequentis.com> X-SW-Source: 2001-07/msg00398.html 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. Whats the maximum value, and how does it depends on what? Disabling the whole network support is working fine in flash, but not very satisfying. thanks for advice, brest regards, christoph --