diff options
| author | Tom Rini <trini@ti.com> | 2012-09-27 12:06:07 -0700 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2012-09-27 12:06:07 -0700 | 
| commit | cec2655c3b3b86f14a6a5c2cbb01833f7e3974be (patch) | |
| tree | 8428f50b579b3656fd24056ae3c6304f58aee620 /doc/README.NetConsole | |
| parent | c57b953da923c6402afc1c890c21fdc7d5a2cc4a (diff) | |
| parent | ee0f60df0b71092cd632fc6651f4157a2d252598 (diff) | |
| download | olio-uboot-2014.01-cec2655c3b3b86f14a6a5c2cbb01833f7e3974be.tar.xz olio-uboot-2014.01-cec2655c3b3b86f14a6a5c2cbb01833f7e3974be.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'doc/README.NetConsole')
| -rw-r--r-- | doc/README.NetConsole | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/doc/README.NetConsole b/doc/README.NetConsole index c8bcb90a3..af7fc6043 100644 --- a/doc/README.NetConsole +++ b/doc/README.NetConsole @@ -6,11 +6,16 @@ serial and network input/output devices by adjusting the 'stdin' and  set either of these variables to "nc". Input and output can be  switched independently. +CONFIG_NETCONSOLE_BUFFER_SIZE - Override the default buffer size +  We use an environment variable 'ncip' to set the IP address and the  port of the destination. The format is <ip_addr>:<port>. If <port> is  omitted, the value of 6666 is used. If the env var doesn't exist, the  broadcast address and port 6666 are used. If it is set to an IP  address of 0 (or 0.0.0.0) then no messages are sent to the network. +The source / listening port can be configured separately by setting +the 'ncinport' environment variable and the destination port can be +configured by setting the 'ncoutport' environment variable.  For example, if your server IP is 192.168.1.1, you could use: |