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]

Regarding Size of ROMRAM applications


this is a continuation of my earlier mail in the day,
but a slightly different question I have now.
my ROMRAM application is about 600K. Is that really
bif, I'm confused by this number. if it is ROMRAM
startup type, I guess the program will never run as my
RAM is only 256K. does this make any sense or am I
wrong.
I did try loading this application in the flash on the
exact same location where I used to load redboot, it
didn't run.

Thank you.

Saranyan.

--- Gary Thomas <gary@mlbassoc.com> wrote:

> On Wed, 2004-08-11 at 17:35, Giri Raja wrote:
> > Thanks Gary, I will incorporate it. If I set my
> jumper in the user
> > position, which address location in the flash
> should I program from?
> >  
> 
> I would presume the same as if you are programming
> RedBoot (but I have
> no experience with this board, so this is
> conjecture)
> 
> > Thank you.
> >  
> > Saranyan.
> > 
> > Gary Thomas <gary@mlbassoc.com> wrote:
> >         On Wed, 2004-08-11 at 14:19, Giri Raja
> wrote:
> >         > Hi,
> >         > I was experimenting to run a small
> application on
> >         > the EB40A board without redboot on it.
> The idea is to
> >         > make the application boot up by itself
> when powered
> >         > on. 
> >         > I configured for ROMRAM startup type and
> disabled the
> >         > 'Work with ROM Monitor' option in the
> config file.
> >         > I compiled my application with this
> configuration and
> >         > used OC Demon Flash Memory Programmer to
> store the
> >         > executable in the flash (this is how I
> normally do for
> >         > redboot and it works).when I powered it
> on, it doesn't
> >         > seem to work. My jumper was set to the
> user position
> >         > and there is absolutely nothing in the
> flash other
> >         > than the executable I just loaded.
> >         > Can someone please help me out on this.
> >         
> >         I found that I needed a few extra things
> set to make this
> >         work:
> >         
> >         cdl_component
> CYGDBG_HAL_DIAG_TO_DEBUG_CHAN {
> >         user_value 0
> >         };
> >         
> >         cdl_option
> CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
> >         user_value 0
> >         };
> >         
> >         cdl_option CYGSEM_HAL_USE_ROM_MONITOR {
> >         user_value 0
> >         };
> >         
> >         -- 
> >         Gary Thomas 
> >         MLB Associates
> >         
> > 
> >
>
______________________________________________________________________
> > Do you Yahoo!?
> > New and Improved Yahoo! Mail - 100MB free storage!
> -- 
> Gary Thomas <gary@mlbassoc.com>
> MLB Associates
> 
> 
> -- 
> Before posting, please read the FAQ:
> http://ecos.sourceware.org/fom/ecos
> and search the list archive:
> http://ecos.sourceware.org/ml/ecos-discuss
> 
> 



		
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

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