public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: C B <csb_80@hotmail.com>
To: <ecos-discuss@ecos.sourceware.org>
Subject: RE: [ECOS] RE: networking support for my eCos application
Date: Mon, 12 Nov 2007 18:11:00 -0000	[thread overview]
Message-ID: <BAY105-W13E98E32C7C07F865EF8EAEA870@phx.gbl> (raw)
In-Reply-To: <47384695.2090107@mlbassoc.com>


I have been running via the console so hopefully this won't be an issue for me going forward.  I did find my problem and posted what I found.  Turns out that in porting over my older configs I didn't realize that the new var_io.h was redefining things I had already defined.
 
Thanks for the constructive feedback Gary!



> Date: Mon, 12 Nov 2007 05:27:01 -0700
> From: gary@mlbassoc.com
> To: csb_80@hotmail.com
> CC: ecos-discuss@ecos.sourceware.org
> Subject: Re: [ECOS] RE: networking support for my eCos application
>
> C B wrote:
>>
>> Brilliant! Changing the CYG_HAL_STARTUP to RAM seems to resolve the issue I was having. However, rather than seeing the expected output from my simple HelloWorld program that I see with my older version of eCos I get the following output:
>>
>> ------------------------- begin output -------------------------
>> RedBoot> go 0x20020040
>> [cyg_net_init] Init: mbinit(0x00000000)
>> [cyg_net_init] Init: cyg_net_init_devs(0x00000000)
>> Init device 'dm9000_eth0'
>> -------------------------- end output ---------------------------
>>
>> Thoughts?
>
> How did you connect to RedBoot to initiate this session? If it's
> via the network, then you are probably experiencing problems due to
> the fact that RedBoot and your application have to share the same
> hardware. If this is the case, you'll need (somehow) to arrange that
> the RedBoot connection and your application use separate IP addresses
> (this is part of how RedBoot can separate what traffic goes to the
> debug session and what goes to the application).
>
> Another problem which can come up [again when you connect to RedBoot
> via network] is when the driver in the eCos application tries to print
> debug messages *while the driver/hardware is being initialized*. In
> this case, it's wise to make sure that CYGPKG_NET_FORCE_SERIAL_CONSOLE
> is set which will force any debug messages which happen during system
> initialization to a serial console (keeps the RedBoot network driver
> from getting confused). Try running your application from a serial
> console - if it works, then this is an issue for you.
>
>>
>>> Date: Fri, 9 Nov 2007 19:55:42 +0100
>>> From: andrew@lunn.ch
>>> To: csb_80@hotmail.com
>>> CC: ecos-discuss@ecos.sourceware.org
>>> Subject: Re: [ECOS] RE: networking support for my eCos application
>>>
>>>> MEMORY
>>>> {
>>>> ram : ORIGIN = 0x20000000, LENGTH = 0x00C00000
>>>> rom : ORIGIN = 0x20C00000, LENGTH = 0x00400000
>>>> sram : ORIGIN = 0x00000100, LENGTH = 0x00023F00
>>>> }
>>>>
>>>> versus this for the older (working) version:
>>>>
>>>> MEMORY
>>>> {
>>>> ram : ORIGIN = 0x20000000, LENGTH = 0x02000000
>>>> sram : ORIGIN = 0x00000000, LENGTH = 0x00024000
>>>> }
>>>>
>>>>
>>>> Can anyone provide a little clarification on how these files are generated and what I may have screwed up in my config.
>>> The linker file is derived from you hal include/pkgconf/*.ldi files.
>>>
>>> My guess is your working binary is a RAM startup application, but your
>>> new application is a ROM startup. Take a look at the value of
>>> CYG_HAL_STARTUP in your working and none working configuration.
>>>
>>> Andrew
>>
>> _________________________________________________________________
>> Windows Live Hotmail and Microsoft Office Outlook – together at last. Get it now.
>> http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033
>>
>
>
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------

_________________________________________________________________
Help yourself to FREE treats served up daily at the Messenger Café. Stop by today.
http://www.cafemessenger.com/info/info_sweetstuff2.html?ocid=TXT_TAGLM_OctWLtagline

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

  reply	other threads:[~2007-11-12 18:11 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-02 18:54 [ECOS] " C B
2007-11-02 19:08 ` Gary Thomas
2007-11-05 16:12   ` C B
2007-11-05 18:43     ` Andrew Lunn
     [not found]       ` <BAY105-W2585C1EB05E16C54EA73C5EA890@phx.gbl>
2007-11-06  8:34         ` Andrew Lunn
2007-11-08 20:01   ` C B
2007-11-08 21:05     ` Andrew Lunn
2007-11-09  9:22     ` [ECOS] " John Dallaway
2007-11-09 13:32       ` [ECOS] " C B
2007-11-09 18:48         ` C B
2007-11-09 18:55           ` Andrew Lunn
2007-11-12 11:52             ` C B
2007-11-12 12:27               ` Gary Thomas
2007-11-12 18:11                 ` C B [this message]
2007-11-14 13:30                   ` [ECOS] Adding xscale support to my eCos config C B
2007-11-14 14:05                     ` Andrew Lunn
2007-11-14 14:13                       ` Mark Salter
2007-11-14 15:23                       ` C B
2007-11-14 15:24                         ` Gary Thomas
2007-11-14 20:11                           ` C B
2007-11-14 20:42                             ` C B
2007-11-16 18:15                               ` [ECOS] Performance timing C B
2007-11-16 19:47                                 ` Gary Thomas
2007-11-16 19:55                                   ` C B
2007-11-17  7:07                                     ` Mike Arthur
2007-11-19  5:19                                       ` C B
2007-11-19 14:36                                         ` Gary Thomas
2007-11-22 13:39                                           ` [ECOS] eCos compatible with arm-elf-gcc version 4.1.1? C B
2007-11-22 14:28                                             ` Lars Poeschel
2007-11-22 16:42                                               ` C B
2007-11-27 14:38                                               ` C B
2007-11-28 13:24                                                 ` C B
     [not found]             ` <BAY105-W28BEA5A1C91693C8BE5C8FEA870@phx.gbl>
2007-11-12 12:07               ` [ECOS] RE: networking support for my eCos application Andrew Lunn
2007-11-12 18:05                 ` C B

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BAY105-W13E98E32C7C07F865EF8EAEA870@phx.gbl \
    --to=csb_80@hotmail.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).