public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] STM dev board
@ 2009-03-26 18:04 grahamlab
  2009-03-27  8:20 ` [ECOS] " John Dallaway
  2009-03-27 10:13 ` [ECOS] " Chris Holgate
  0 siblings, 2 replies; 4+ messages in thread
From: grahamlab @ 2009-03-26 18:04 UTC (permalink / raw)
  To: ecos-discuss


Hello
I am a complete newcomer to ecos!
I have a STM32 dev board and am trying to configure ecos to run on it
So far I have successfully used the config tool to build the libraries and
test code
But the output file seem quite large and have the .exe extension - I was
expecting a .bin
Any pointers would be gratefully accepted
Thanks
Graham
-- 
View this message in context: http://www.nabble.com/STM-dev-board-tp22725493p22725493.html
Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.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] 4+ messages in thread

* [ECOS] Re: STM dev board
  2009-03-26 18:04 [ECOS] STM dev board grahamlab
@ 2009-03-27  8:20 ` John Dallaway
  2009-03-27 10:13 ` [ECOS] " Chris Holgate
  1 sibling, 0 replies; 4+ messages in thread
From: John Dallaway @ 2009-03-27  8:20 UTC (permalink / raw)
  To: graham.labdon; +Cc: ecos-discuss

Hi Graham

grahamlab wrote:

> I am a complete newcomer to ecos!

No problem. Welcome to the eCos community.

> I have a STM32 dev board and am trying to configure ecos to run on it
> So far I have successfully used the config tool to build the libraries and
> test code
> But the output file seem quite large

The test executables generated by the eCos arm-eabi toolchain are ELF
images which include many non-loadable sections including debug records
for use by GDB. To determine memory usage on your STM32 target, use the
"arm-eabi-size" tool.

> and have the .exe extension - I was expecting a .bin

Are you sure that you are using the eCos arm-eabi toolchain? This
toolchain should produce test executables (ELF images) with no file
suffix at all.

John Dallaway

-- 
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] 4+ messages in thread

* Re: [ECOS] STM dev board
  2009-03-26 18:04 [ECOS] STM dev board grahamlab
  2009-03-27  8:20 ` [ECOS] " John Dallaway
@ 2009-03-27 10:13 ` Chris Holgate
  2009-03-27 12:00   ` Simon Kallweit
  1 sibling, 1 reply; 4+ messages in thread
From: Chris Holgate @ 2009-03-27 10:13 UTC (permalink / raw)
  To: grahamlab; +Cc: ecos-discuss

Hi Graham,

I'm not sure about the .exe extension - by default, on Linux all the
test executables in the xxx_install/tests subtree don't have an
extension, so I'm guessing it may be a CygWin thing.

If you've built the 'all you can eat' version for the STM3210E eval
board, most of the resulting test binaries are too big to fit into the
supplied RAM, so you'd be better doing a 'default' or even a 'kernel'
build to start off with.

Also, if you've not already done so you should build and flash a RedBoot
image first then use a RAM based eCos build for development.  Once
you've started debugging using RedBoot/GDB you'll never want to go back
to JTAG again!

Finally, if it is of interest, I'm about to wrap up my eCos USB driver
for the STM32 so am looking for beta testers...

Chris.

grahamlab wrote:
> Hello
> I am a complete newcomer to ecos!
> I have a STM32 dev board and am trying to configure ecos to run on it
> So far I have successfully used the config tool to build the libraries and
> test code
> But the output file seem quite large and have the .exe extension - I was
> expecting a .bin
> Any pointers would be gratefully accepted
> Thanks
> Graham


-- 
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] 4+ messages in thread

* Re: [ECOS] STM dev board
  2009-03-27 10:13 ` [ECOS] " Chris Holgate
@ 2009-03-27 12:00   ` Simon Kallweit
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Kallweit @ 2009-03-27 12:00 UTC (permalink / raw)
  To: Chris Holgate; +Cc: grahamlab, ecos-discuss

Chris Holgate wrote:
> Finally, if it is of interest, I'm about to wrap up my eCos USB driver
> for the STM32 so am looking for beta testers...
>   

Count me in. Unfortunately our current hardware design does not come 
with an USB port, but I still have the STM3210e eval board around for 
testing.

Simon

-- 
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] 4+ messages in thread

end of thread, other threads:[~2009-03-27 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-26 18:04 [ECOS] STM dev board grahamlab
2009-03-27  8:20 ` [ECOS] " John Dallaway
2009-03-27 10:13 ` [ECOS] " Chris Holgate
2009-03-27 12:00   ` Simon Kallweit

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