public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Regarding Flash Address to store ROMRAM startup application
@ 2004-08-11 20:19 Giri Raja
  2004-08-11 21:08 ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Giri Raja @ 2004-08-11 20:19 UTC (permalink / raw)
  To: ecos-discuss

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.

Thank you.

Giri.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Regarding Flash Address to store ROMRAM startup application
  2004-08-11 20:19 [ECOS] Regarding Flash Address to store ROMRAM startup application Giri Raja
@ 2004-08-11 21:08 ` Gary Thomas
  0 siblings, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2004-08-11 21:08 UTC (permalink / raw)
  To: Giri Raja; +Cc: eCos Discussion

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Regarding Flash Address to store ROMRAM startup application
       [not found] <20040811233541.61233.qmail@web53807.mail.yahoo.com>
@ 2004-08-11 23:41 ` Gary Thomas
  0 siblings, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2004-08-11 23:41 UTC (permalink / raw)
  To: Giri Raja; +Cc: eCos Discussion

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-08-11 23:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-11 20:19 [ECOS] Regarding Flash Address to store ROMRAM startup application Giri Raja
2004-08-11 21:08 ` Gary Thomas
     [not found] <20040811233541.61233.qmail@web53807.mail.yahoo.com>
2004-08-11 23:41 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).