public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Richard Rauch" <Richard.Rauch@vipa.de>
To: <ecos-discuss@sources.redhat.com>
Subject: [ECOS] porting eCos / Network Stack
Date: Thu, 27 Nov 2003 09:59:00 -0000	[thread overview]
Message-ID: <000001c3b4cd$037d6230$408010ac@leo> (raw)

Dear eCos community,
our problem: how to get running  eCos + network stack  on Atmel 
At91rm9200 controller?

what we have achieved so far:
1 porting eCos to the Atmel At91rm9200 (=ARM922T), runs with configtools 
default.ecc and redboot.ecc
2 adding ethernet driver for onboard EMAC of the At91rm9200
3 redboot running over ethernet (polled)
4 using configtools net.ecc we created eCos + network stack. When we 
start this up with the 'twothreads.c' example,
  we get the following debug print:


Init device '/dev/ttydiag'
Init tty channel: 20035a2c
Init device '/dev/haldiag'
HAL/diag SERIAL init
Network stack using 65536 bytes for misc space
                    65536 bytes for mbufs
                    131072 bytes for mbuf clusters
[cyg_net_init] Init: mbinit(0x00000000)
[cyg_net_init] Init: cyg_net_init_devs(0x00000000)
Init device 'emac_eth0'
[cyg_net_init] Init: loopattach(0x00000000)
[cyg_net_init] Init: ifinit(0x00000000)
IFP: 0x20034e34, next: 0x20083ba0
IFP: 0x20083ba0, next: 0x00000000
[cyg_net_init] Init: domaininit(0x00000000)
[cyg_net_init] Init: cyg_net_add_domain(0x20035744)
New domain internet at 0x00000000
[cyg_net_init] Init: cyg_net_add_domain(0x20035230)
New domain route at 0x00000000
[cyg_net_init] Init: cyg_route_init(0x00000000)
[cyg_net_init] Done
...... now the twothreads.c example is running properly but the network 
thread is sleeping ....

P R O B L E M:  the eth_drv_start() function is never called. Why?
That function will enable the network interrupts of the EMAC, so it is 
urgently needed to be called somewhen.



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

             reply	other threads:[~2003-11-27  9:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-27  9:59 Richard Rauch [this message]
2003-11-27 10:43 ` Andrew Lunn

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='000001c3b4cd$037d6230$408010ac@leo' \
    --to=richard.rauch@vipa.de \
    --cc=ecos-discuss@sources.redhat.com \
    /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).