public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Stub startup in Ram
@ 2000-07-05  7:35 Eric Fradette
  2000-07-05  9:37 ` Jesper Skov
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Fradette @ 2000-07-05  7:35 UTC (permalink / raw)
  To: Ecos-Discuss

Hi,
	I am trying to use the AEB-1 stub image as a basis for a port to a
different board that uses the same microcontroller.  My board has the angle
debug monitor so I want to first try the stub out running in RAM under angel
control.  I used the configuration tool to choose the aeb-1 stub template
and then changed the startup to ram.  When I use gdb to download the created
image to the board it downloads to an address of 0xfc007fac with a starting
address of 0xfc000060.  My question is where is this address coming from?  I
can't find it defined anywhere in the ecos files, and it is outside of the
memory map for my board.  Am I doing something wrong in how I configure the
stub for Ram startup?  I have read the new hal platform porting process web
page and followed the directions for creating a stub for Ram startup.

Thanks to anyone that can help.
Eric

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

* Re: [ECOS] Stub startup in Ram
  2000-07-05  7:35 [ECOS] Stub startup in Ram Eric Fradette
@ 2000-07-05  9:37 ` Jesper Skov
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Skov @ 2000-07-05  9:37 UTC (permalink / raw)
  To: Eric Fradette; +Cc: Ecos-Discuss

>>>>> "Eric" == Eric Fradette <emf8@po.cwru.edu> writes:

Eric> Hi, I am trying to use the AEB-1 stub image as a basis for a
Eric> port to a different board that uses the same microcontroller.
Eric> My board has the angle debug monitor so I want to first try the
Eric> stub out running in RAM under angel control.  I used the
Eric> configuration tool to choose the aeb-1 stub template and then
Eric> changed the startup to ram.  When I use gdb to download the
Eric> created image to the board it downloads to an address of
Eric> 0xfc007fac with a starting address of 0xfc000060.  My question
Eric> is where is this address coming from?  I can't find it defined
Eric> anywhere in the ecos files, and it is outside of the memory map
Eric> for my board.  Am I doing something wrong in how I configure the
Eric> stub for Ram startup?  I have read the new hal platform porting
Eric> process web page and followed the directions for creating a stub
Eric> for Ram startup.

The runes for building a stub relocates the image. See the build rules
under CYGBLD_BUILD_GDB_STUBS and hack it to your needs. The code was
never inteded to be run from RAM, so it doesn't cater for it.

Jesper

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

end of thread, other threads:[~2000-07-05  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-05  7:35 [ECOS] Stub startup in Ram Eric Fradette
2000-07-05  9:37 ` Jesper Skov

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