All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antonello Lombardinilo <antonello@kasko.it>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] very slow netconsole
Date: Thu, 20 Mar 2008 11:30:51 +0100	[thread overview]
Message-ID: <20080320103051.11522.qmail@kasko.it> (raw)

I have u-boot 1.1.6 running on my board based on IXP425
processor (266MhZ). 

I trying to use netconsole.
I readed doc/README.NetConsole and make connection with u-boot.
On u-boot I do:
   setenv nc 'setenv stdout nc;setenv stdin nc'
   setenv ncip 192.168.1.5:1234
   saveenv
   run nc
On host PC (192.168.1.5) I run following script:
   nc -u -l 1234 < /dev/null &
   nc -u 192.168.1.88 1234 

Note that in first host command I omitted "-p" flag before port definition.
The problem is the communication in vary slow: one character per second! 

Any suggestion ?

             reply	other threads:[~2008-03-20 10:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-20 10:30 Antonello Lombardinilo [this message]
2008-03-20 11:17 ` [U-Boot-Users] very slow netconsole Wolfgang Denk
2008-03-20 11:51   ` Antonello Lombardinilo
2008-03-20 13:44     ` Stefano Babic

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=20080320103051.11522.qmail@kasko.it \
    --to=antonello@kasko.it \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.