From mboxrd@z Thu Jan 1 00:00:00 1970 From: vvj Date: Mon, 23 Apr 2007 11:52:10 -0700 (PDT) Subject: [U-Boot-Users] UBoot's terminal server In-Reply-To: <1177339341.3904.48.camel@saruman.qstreams.net> References: <10141414.post@talk.nabble.com> <1177339341.3904.48.camel@saruman.qstreams.net> Message-ID: <10146755.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thanks Ben, I tried this way - it does not work. First - UBoot issue: when I enter "setenv stdout nc; setenv stdin nc'", the env var stays the same - I can see it from "printenv". I changed sources - set stdout and stdin to nc by default and erased env var. Loading default values did not help: still I see ... In: serial Out: serial Err: serial Net: Using MAC Address 12:34:56:78:9A:BD Hit any key to stop autoboot: 0 ... I searched source code for 6666 or 1a0a (1A0A) - default port - nothing found, except ncb.c from tools folder (linux app) Second - my Fedora5 issue: It does not understand "nc -u -l -p 6666 < /dev/null &" - shows help topic on that So I really doubt this could work in described way. -- View this message in context: http://www.nabble.com/UBoot%27s-terminal-server-tf3632025.html#a10146755 Sent from the Uboot - Users mailing list archive@Nabble.com.