public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] very slow netconsole
@ 2008-03-20 10:30 Antonello Lombardinilo
  2008-03-20 11:17 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Antonello Lombardinilo @ 2008-03-20 10:30 UTC (permalink / raw)
  To: u-boot

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 ?

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

end of thread, other threads:[~2008-03-20 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-20 10:30 [U-Boot-Users] very slow netconsole Antonello Lombardinilo
2008-03-20 11:17 ` Wolfgang Denk
2008-03-20 11:51   ` Antonello Lombardinilo
2008-03-20 13:44     ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox