From: Frederic Kwiatkowski <stagedrt@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] About Network Console Protocol and nc/ncb
Date: Thu, 16 Mar 2006 09:50:38 +0100 [thread overview]
Message-ID: <5fb065d90603160050wc05fe13x@mail.gmail.com> (raw)
Hi all
I'm wondering how to use te Network Console Protocol. I've read the
README.NetConsole file and discoverd it, but does this feature is
available on every boards-configs, such as the at91 one?
I've tried to set the env variable like this:
setenv nc 'setenv stdout nc;setenv stdin nc'
setenv ncip 192.168.0.66 (wich is the board's IP)
run nc
and run the following script on my Linux Computer:
#! /bin/bash
[ $# = 1 ] || { echo "Usage: $0 target_ip" >&2 ; exit 1 ; }
TARGET_IP=$1
stty icanon echo intr ^T
./ncb &
nc -u ${TARGET_IP} 6666
stty icanon echo intr ^C
kill 0
but when i try to use ./ncip.sh 192.168.0.66, nothings happen
So i thoutgh the ncip have to be the one of my desktop computer, but
nothing better
Does anyone have already use this feature?
With regards
Frederic
next reply other threads:[~2006-03-16 8:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-16 8:50 Frederic Kwiatkowski [this message]
2006-03-16 9:23 ` [U-Boot-Users] About Network Console Protocol and nc/ncb Wolfgang Denk
2006-03-16 9:42 ` Frederic Kwiatkowski
2006-03-16 10:03 ` Wolfgang Denk
2006-03-16 10:28 ` Frederic Kwiatkowski
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=5fb065d90603160050wc05fe13x@mail.gmail.com \
--to=stagedrt@gmail.com \
--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.