[FE training-materials-updates] netconsole= now replaces console=

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Oct 4 06:56:58 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=a33a8576ee6d064a2489cff13d3ec731add8995a

>---------------------------------------------------------------

commit a33a8576ee6d064a2489cff13d3ec731add8995a
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Oct 4 06:56:37 2012 +0200

    netconsole= now replaces console=


>---------------------------------------------------------------

a33a8576ee6d064a2489cff13d3ec731add8995a
 labs/kernel-serial-iomem/kernel-serial-iomem.tex |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/kernel-serial-iomem/kernel-serial-iomem.tex b/labs/kernel-serial-iomem/kernel-serial-iomem.tex
index 745f163..37c7db5 100644
--- a/labs/kernel-serial-iomem/kernel-serial-iomem.tex
+++ b/labs/kernel-serial-iomem/kernel-serial-iomem.tex
@@ -77,12 +77,12 @@ The \code{root} password is empty, just press \code{Enter}. Good job!
 \section{Disabling the serial driver and console}
 
 Now that everything works, rebuild your kernel without the serial port
-driver (in \code{Device Drivers} $\rightarrow$ \code{Character Drivers}
+driver (in \code{Device Drivers} $\rightarrow$ \code{Character devices}
 $\rightarrow$ \code{Serial drivers} $\rightarrow$ \code{AT91 / AT32
 on-chip serial port support}). Update your kernel.
 
-You also need to add the following option to the kernel command line,
-to enable the network console:
+You also need to replace \code{console=ttyS0} by the following option in
+the kernel command line, to enable the network console:
 
 \begin{verbatim}
 netconsole=4444 at 192.168.0.100/eth0,5555 at 192.168.0.1/



More information about the training-materials-updates mailing list