9
0
Fork 0

netconsole: fix Documentation

since
commit 8eacfa71ab
Refs: v2014.07.0-156-g8eacfa7
Author:     Sascha Hauer <s.hauer@pengutronix.de>

the netconsole device have a static device name 'netconsole'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2014-12-15 16:00:45 +08:00 committed by Sascha Hauer
parent 0ef2e3e315
commit f648eb9e65
1 changed files with 3 additions and 3 deletions

View File

@ -61,15 +61,15 @@ Network console
barebox has a UDP-based network console. If enabled in the config, you will see
something like this during startup::
registered netconsole as cs1
registered netconsole as netconsole
By default the network console is disabled during runtime to prevent security
risks. It can be enabled using:
.. code-block:: sh
cs1.ip=192.168.23.2
cs1.active=ioe
netconsole.ip=192.168.23.2
netconsole.active=ioe
This will send UDP packets to 192.168.23.2 on port 6666. On 192.168.23.2 the
scripts/netconsole script can be used to control barebox: